Class PropertyValueAxis
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Full generic Z value axis definition including range settings, width, aggregation and drill-down links.
public class PropertyValueAxis : PropertyValueAxisBase
- Inheritance
-
PropertyValueAxis
- Derived
- Inherited Members
Properties
AggregateType
Gets or sets aggregation type of value expression.
public string AggregateType { get; set; }
Property Value
AxisScale
Gets or sets axis scale mode.
public string AxisScale { get; set; }
Property Value
DrillDownLinks
Gets the drill-down links collection.
[JsonInclude]
public CollectionDrillDownLinks? DrillDownLinks { get; }
Property Value
Max
Gets the max range configuration.
[JsonInclude]
public PropertyRange Max { get; }
Property Value
Min
Gets the min range configuration.
[JsonInclude]
public PropertyRange Min { get; }
Property Value
SignalRanges
Gets the signal ranges configuration.
[JsonInclude]
public PropertyChartSignalRanges<SignalItemChart> SignalRanges { get; }
Property Value
VisualSym
Gets or sets visual symbol (engine specific constant).
public string VisualSym { get; set; }
Property Value
Width
Gets or sets axis width.
public string Width { get; set; }