ChartYValueCollection indexer
__getitem__(index)
Gets or sets the Y value at the specified index.
def __getitem__(self, index: int):
...
Parameter | Type | Description |
---|---|---|
index | int |
Remarks
Empty values are represented as null.
See Also
- module aspose.words.drawing.charts
- class ChartYValueCollection