GraphCopyOptions Enumeration |
Options to copy styles or items from one graph document to the other.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax[FlagsAttribute]
public enum GraphCopyOptions
Members| Member name | Value | Description |
|---|
| None | 0 | |
| 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 | |
| CopyLayerSizePosition | 32 | |
| CopyLayerBackground | 64 | |
| CopyLayerGrid | 128 | |
| CopyLayerScales | 256 | |
| CopyLayerAxes | 512 | |
| CopyLayerAxesLabels | 1,024 | |
| CopyLayerLegends | 2,048 | |
| CopyLayerGraphItems | 4,096 | |
| 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 | |
| CopyLayerAll | 65,504 | The layers will be copied from the other layers. |
See Also