The DataPoint type exposes the following members.
Constructors
Methods
|
| Name | Description |
|---|
 | Arrange |
Arranges the node within the specified layout slot.
(Inherited from ChartNode.) |
 | Invalidate |
Delegates an "Invalidate" request to the owning IChartView instance (if any).
(Inherited from ChartNode.) |
Properties
|
| 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.
|
 | 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.) |
 | IsInPlotRange |
Gets a value indicating whether the data point may be plotted correctly.
|
 | IsSelected |
Gets or sets a value indicating whether the data point is currently in a "Selected" state.
|
 | 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.
|
 | 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 | (Inherited from ChartNode.) |
 | Presenter | (Inherited from ChartNode.) |
Events
See Also