Click or drag to resize

GraphCopyOptions Enumeration

Options to copy styles or items from one graph document to the other.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[FlagsAttribute]
public enum GraphCopyOptions
Members
Member nameValueDescription
None0 
CloneNotes1The notes will be copied.
CloneProperties2The graph document properties will be copied.
CopySize4The page properties (format and printable size) will be copied.
CopyChildLayers8The graph's design size will be copied.
All-1 
CopyLayerSizePosition32 
CopyLayerBackground64 
CopyLayerGrid128 
CopyLayerScales256 
CopyLayerAxes512 
CopyLayerAxesLabels1,024 
CopyLayerLegends2,048 
CopyLayerGraphItems4,096 
CopyLayerPlotItems8,192Plotitems inclusive all styles will be cloned.
CopyLayerPlotStyles16,384Only the plot styles, but not the plot items, will be copied
CopyLayerLinks32,768 
CopyLayerAll65,504The layers will be copied from the other layers.
See Also