Item

ChartYValueCollection indexer

Gets or sets the Y value at the specified index.

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

Remarks

Empty values are represented as null.

See Also