ChartXValueCollection indexer

__getitem__(index)

Gets or sets the X value at the specified index.

def __getitem__(self, index: int):
    ...
ParameterTypeDescription
indexint

Remarks

Empty values are represented as null.

See Also