ScatterDataPoint Properties |
The ScatterDataPoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | CollectionIndex |
Gets the index of this node in its owning typed collection.
An AxisLabelModel for example will have this property set to the index of the label within the Labels collection.
(Inherited from ChartNode.) |
![]() | DataItem |
Gets the object instance that represents the data associated with this point. Valid when the owning ChartSeries is data-bound.
(Inherited from DataPoint.) |
![]() | Events |
Gets the list of all events, associated with this instance.
(Inherited from DisposableObject.) |
![]() | Index |
Gets the index of this node in its parent ChartElement nodes collection.
(Inherited from ChartNode.) |
![]() | IsArrangeValid |
Gets a value indicating whether the node is laid-out on the chart scene.
(Inherited from ChartNode.) |
![]() | IsDisposed |
Gets a value indicating whether the object is already disposed.
(Inherited from DisposableObject.) |
![]() | IsDisposing |
Gets a value indicating whether the object is currently in a Dispose cycle.
(Inherited from DisposableObject.) |
![]() | IsInPlotRange |
Determines whether the data point may be plotted correctly.
(Overrides DataPointIsInPlotRange.) |
![]() | IsSelected |
Gets or sets a value indicating whether the data point is currently in a "Selected" state.
(Inherited from DataPoint.) |
![]() | IsTreeLoaded |
Gets a value indicating whether the logical tree this node is part of is loaded.
(Inherited from ChartNode.) |
![]() | Label |
Gets or sets the label associated with this point.
(Inherited from DataPoint.) |
![]() | LayoutSlot |
Gets the rectangle (in physical coordinates) where this node resides.
(Inherited from ChartNode.) |
![]() | NodeState |
Gets the current state of the node.
(Inherited from ChartNode.) |
![]() | Parent |
Gets the ChartElement where this node resides.
(Inherited from ChartNode.) |
![]() | Presenter |
Gets the IChartElementPresenter instance where this node is visualized.
(Inherited from ChartNode.) |
![]() | XValue |
Gets or sets the value that is provided for the X-axis of the cartesian chart.
|
![]() | YValue |
Gets or sets the value that is provided for the X-axis of the cartesian chart.
|