Class PropertyDataGraphicData
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the data portion (value + display settings) of a data graphic.
public class PropertyDataGraphicData : DomItem
- Inheritance
-
PropertyDataGraphicData
- Inherited Members
Properties
Display
Gets the data display settings.
[JsonInclude]
public PropertyDataGraphicDisplay Display { get; }
Property Value
Value
Gets or sets the data value.
public string Value { get; set; }