Class PropertyChartEngineLineSimple
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Simple line chart engine configuration.
public class PropertyChartEngineLineSimple : PropertyChartEngineBase
- Inheritance
-
PropertyChartEngineLineSimple
- Derived
- Inherited Members
Constructors
PropertyChartEngineLineSimple(PropertyChartEngineBase)
Wraps an existing line engine DOM item and initializes defaults if required.
public PropertyChartEngineLineSimple(PropertyChartEngineBase item)
Parameters
Properties
Filling
Gets the filling definition.
[JsonInclude]
public PropertyFilling Filling { get; }
Property Value
LinearAxis
Gets or sets whether a linear axis is used.
public string LinearAxis { get; set; }
Property Value
SecondaryValueAxis
Gets the secondary value axis configuration.
[JsonInclude]
public PropertyChartSecondaryValueAxis SecondaryValueAxis { get; }
Property Value
XAxis
Gets the X category axis.
[JsonInclude]
public PropertyCategoryAxisX XAxis { get; }
Property Value
YAxes
Gets the value axis array.
[JsonInclude]
public PropertyValueAxisArray YAxes { get; }