The PieDataPoint type exposes the following members.
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.
(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 |
Gets a value indicating whether the data point may be plotted correctly.
(Inherited from DataPoint.) |
 | 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.) |
 | Name | |
 | NodeState |
Gets the current state of the node.
(Inherited from ChartNode.) |
 | OffsetFromCenter |
Gets or sets the offset of the point from the center of the pie.
|
 | Parent | (Inherited from ChartNode.) |
 | Percent |
Gets the value which indicates the percentage of the total points sum this point's value is.
|
 | Presenter | (Inherited from ChartNode.) |
 | StartAngle |
Gets the starting angle of this point.
|
 | SweepAngle |
Gets the sweep angle of this point.
|
 | Value |
Gets or sets the core value associated with the point.
(Inherited from SingleValueDataPoint.) |
See Also