Click or drag to resize

XYPlotLayer Fields

The XYPlotLayer type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs)
Protected field_axisStyles Stores the axis styles of this layer.
Protected field_cachedLayerNumber The number of this layer in the parent's layer collection.
(Inherited from HostLayer)
Protected field_cachedLayerPosition The cached layer position in points (1/72 inch) relative to the upper left corner of the parent layer (upper left corner of the printable area).
(Inherited from HostLayer)
Protected field_cachedLayerSize The absolute size of the layer in points (1/72 inch).
(Inherited from HostLayer)
Protected field_cachedParentLayerSize The cached size of the parent layer. If this here is the root layer, and hence no parent layer exist, the cached size is set to 100 x 100 mm².
(Inherited from HostLayer)
Protected field_childLayers The child layers of this layers (this is a partial view of the _graphObjects collection).
(Inherited from HostLayer)
Protected field_coordinateSystem Stores the coordinate system of this layer.
Protected field_dataClippingIf true, the data are clipped to the frame.
Protected field_graphObjects The graphics objects contained in this layer.
(Inherited from HostLayer)
Protected field_gridPlanes Stores the grid planes of this layer.
Protected field_location The location definition of this layer.
(Inherited from HostLayer)
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_plotItems Stores the plot items contained in this layer.
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_transformation Cached transformation from local to parent coordinates.
(Inherited from HostLayer)
Public fieldStatic memberAxisLabelMajorStyleEditorMethod Gets or sets the double-click handler for major axis-label style editing.
Public fieldStatic memberAxisLabelMinorStyleEditorMethod Gets or sets the double-click handler for minor axis-label style editing.
Public fieldStatic memberAxisScaleEditorMethod Gets or sets the double-click handler for axis scale editing.
Public fieldStatic memberAxisStyleEditorMethod Gets or sets the double-click handler for axis style editing.
Public fieldStatic memberPlotItemEditorMethod Gets or sets the double-click handler for plot-item editing.
Top
See Also