Class PropertyChartColorArray
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Fixed size color array (10 entries) used for chart data element coloring.
public class PropertyChartColorArray : DomArrayBase<PropertyChartColor>, IEnumerable<PropertyChartColor>, IEnumerable
- Inheritance
-
PropertyChartColorArray
- Implements
- Inherited Members
Properties
EnhancedColorContrast
Gets or sets the enhanced color contrast flag.
public string EnhancedColorContrast { get; set; }
Property Value
this[int]
Gets the PropertyChartColor at the specified index.
Returns null if the index is out of bounds.
public override PropertyChartColor this[int index] { get; }
Parameters
indexintThe zero-based index of the color to retrieve.
Property Value
- PropertyChartColor
The PropertyChartColor at the specified index, or
nullif out of bounds.
Length
Gets the fixed number of color entries in the array (10).
public override int Length { get; }