Table of Contents

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

PropertyDataGraphicBar

Data

Gets the data settings.

[JsonInclude]
public PropertyDataGraphicData Data { get; }

Property Value

PropertyDataGraphicData

Icon

Gets the icon settings.

[JsonInclude]
public PropertyDataGraphicIcon Icon { get; }

Property Value

PropertyDataGraphicIcon

MaximumValue

Gets or sets the maximum value used for scaling.

public string MaximumValue { get; set; }

Property Value

string

MinimumValue

Gets or sets the minimum value used for scaling.

public string MinimumValue { get; set; }

Property Value

string