[]
        
(Showing Draft Content)

C1.WPF.C1Chart.DataPoint.Item

this Property

this[string]

Gets the value of the data point.

Declaration
public object this[string name] { get; }
Parameters
Type Name Description
string name

String name of value.

Property Value
Type Description
object

The value

this[int]

Gets the indexed value of the point.

Declaration
public object this[int index] { get; }
Parameters
Type Name Description
int index

Index of value.

Property Value
Type Description
object

The indexed value.

this[string, string]

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

Declaration
public object this[string name, string format] { get; }
Parameters
Type Name Description
string name
string format