RadControls for WPF

The DataPoint type exposes the following members.

Constructors

  NameDescription
Protected methodDataPoint
Initializes a new instance of the DataPoint class.

Methods

  NameDescription
Public methodArrange
Arranges the node within the specified layout slot.
(Inherited from ChartNode.)
Public methodInvalidate
Delegates an "Invalidate" request to the owning IChartView instance (if any).
(Inherited from ChartNode.)

Properties

  NameDescription
Public propertyCollectionIndex
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.)
Public propertyDataItem
Gets the object instance that represents the data associated with this point. Valid when the owning ChartSeries is data-bound.
Public propertyIndex
Gets the index of this node in its parent ChartElement nodes collection.
(Inherited from ChartNode.)
Public propertyIsArrangeValid
Gets a value indicating whether the node is laid-out on the chart scene.
(Inherited from ChartNode.)
Public propertyIsInPlotRange
Gets a value indicating whether the data point may be plotted correctly.
Public propertyIsSelected
Gets or sets a value indicating whether the data point is currently in a "Selected" state.
Public propertyIsTreeLoaded
Gets a value indicating whether the logical tree this node is part of is loaded.
(Inherited from ChartNode.)
Public propertyLabel
Gets or sets the label associated with this point.
Public propertyLayoutSlot
Gets the rectangle (in physical coordinates) where this node resides.
(Inherited from ChartNode.)
Public propertyNodeState
Gets the current state of the node.
(Inherited from ChartNode.)
Public propertyParent
Gets the ChartElement where this node resides.
(Inherited from ChartNode.)
Public propertyPresenter
Gets the IChartElementPresenter instance where this node is visualized.
(Inherited from ChartNode.)

Events

  NameDescription
Public eventPropertyChanged
Occurs when a value of some property has changed.
(Inherited from ChartNode.)

See Also