Class PropertyDataGraphicDefinition
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Aggregates core data graphic parts (bar, data, icon) and value range.
public class PropertyDataGraphicDefinition : DomItem
- Inheritance
-
PropertyDataGraphicDefinition
- Inherited Members
Properties
Bar
Gets the bar settings.
[JsonInclude]
public PropertyDataGraphicBar Bar { get; }
Property Value
Data
Gets the data settings.
[JsonInclude]
public PropertyDataGraphicData Data { get; }
Property Value
Icon
Gets the icon settings.
[JsonInclude]
public PropertyDataGraphicIcon Icon { get; }
Property Value
MaximumValue
Gets or sets the maximum value used for scaling.
public string MaximumValue { get; set; }
Property Value
MinimumValue
Gets or sets the minimum value used for scaling.
public string MinimumValue { get; set; }