Class PropertyValueAxisArray
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Generic value axis array wrapper providing indexer access and code generation support.
public class PropertyValueAxisArray : DomArrayBase<PropertyValueAxisBase>, IEnumerable<PropertyValueAxisBase>, IEnumerable
- Inheritance
-
PropertyValueAxisArray
- Implements
- Inherited Members
Properties
this[int]
Gets the axis at the specified index (or null if out of range).
[JsonInclude]
public override PropertyValueAxisBase this[int index] { get; }
Parameters
indexintThe zero-based index of the axis to retrieve.
Property Value
- PropertyValueAxisBase
The PropertyValueAxisBase at the specified index, or
nullif the index is out of range.