Item

ChartXValueCollection indexer

Gets or sets the X value at the specified index.

public ChartXValue this[int index] { get; set; }

Remarks

Empty values are represented as null.

See Also