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.3572.0 (4.8.3572.0)
Syntax
C#
[FlagsAttribute]
public enum GraphCopyOptions
Members
Member nameValueDescription
None0 No options are selected.
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 All copy options are selected.
CopyLayerSizePosition32 The size and position of the layers will be copied.
CopyLayerBackground64 The layer background will be copied.
CopyLayerGrid128 The layer grid will be copied.
CopyLayerScales256 The layer scales will be copied.
CopyLayerAxes512 The layer axes will be copied.
CopyLayerAxesLabels1,024 The layer axis labels will be copied.
CopyLayerLegends2,048 The layer legends will be copied.
CopyLayerGraphItems4,096 The graph items of the layer will be copied.
CopyLayerPlotItems8,192Plotitems inclusive all styles will be cloned.
CopyLayerPlotStyles16,384Only the plot styles, but not the plot items, will be copied
CopyLayerLinks32,768 The links of the layer will be copied.
CopyLayerAll65,504The layers will be copied from the other layers.

The GraphCopyOptions type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also