Graph |
[FlagsAttribute] public enum GraphCopyOptions
| Member name | Value | Description |
|---|---|---|
| None | 0 | No options are selected. |
| CloneNotes | 1 | The notes will be copied. |
| CloneProperties | 2 | The graph document properties will be copied. |
| CopySize | 4 | The page properties (format and printable size) will be copied. |
| CopyChildLayers | 8 | The graph's design size will be copied. |
| All | -1 | All copy options are selected. |
| CopyLayerSizePosition | 32 | The size and position of the layers will be copied. |
| CopyLayerBackground | 64 | The layer background will be copied. |
| CopyLayerGrid | 128 | The layer grid will be copied. |
| CopyLayerScales | 256 | The layer scales will be copied. |
| CopyLayerAxes | 512 | The layer axes will be copied. |
| CopyLayerAxesLabels | 1,024 | The layer axis labels will be copied. |
| CopyLayerLegends | 2,048 | The layer legends will be copied. |
| CopyLayerGraphItems | 4,096 | The graph items of the layer will be copied. |
| CopyLayerPlotItems | 8,192 | Plotitems inclusive all styles will be cloned. |
| CopyLayerPlotStyles | 16,384 | Only the plot styles, but not the plot items, will be copied |
| CopyLayerLinks | 32,768 | The links of the layer will be copied. |
| CopyLayerAll | 65,504 | The layers will be copied from the other layers. |
The GraphCopyOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |