Class PropertyColorRanges
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a color range configuration supporting automatic and manual ranges with optional absolute value interpretation.
public class PropertyColorRanges : DomItem
- Inheritance
-
PropertyColorRanges
- Inherited Members
Properties
AbsoluteValues
Gets or sets whether range borders are considered absolute values instead of relative.
public string AbsoluteValues { get; set; }
Property Value
Automatic
Gets or sets whether automatic color range mode is enabled.
public string Automatic { get; set; }
Property Value
AutomaticFilling
Gets the default automatic filling used when Automatic is enabled.
[JsonInclude]
public PropertyFillingWithBitmap AutomaticFilling { get; }
Property Value
List
Gets the collection of manual color range items.
[JsonInclude]
public CollectionColorRangeItems List { get; }