[]
        
(Showing Draft Content)

C1.WPF.C1Chart.DataPoint

DataPoint Class

Represent the single data point that may have several data values.

Inheritance
DataPoint
Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class DataPoint : DependencyObject

Properties

Name Description
DataObject

Gets the object which is associated with the data point.

this[int]

Gets the indexed value of the point.

this[string]

Gets the value of the data point.

this[string, string]

Gets the value of the data point formatted with the specified format string.

Name

Gets the name associated with the data point.

PercentagePoint

Gets the percentage value of the point in the all series.

PercentageSeries

Gets the percentage value of the point in the series.

PointIndex

Gets the point index.

Series

Gets the data series related to the data point.

SeriesIndex

Gets the index of data series.

Value

Gets the value of the point.

Methods

Name Description
ToString()

Returns a string that represents the current DataPoint.