StiXTopChartAxis Class

Namespace: Stimulsoft.Dashboard.Components.Chart

Inheritance

Inherits from: StiXChartAxis

Constructors

Constructor Description
StiXTopChartAxis()  
StiXTopChartAxis(StiChartAxisLabels labels, StiXChartAxisTitle title, bool visible)  

StiXTopChartAxis()


StiXTopChartAxis(labels: StiChartAxisLabels, title: StiXChartAxisTitle, visible: bool)

Parameters

Properties

Property Type Description
Range StiChartAxisRange  
StartFromZero StiAutoBool  
Visible bool  

Methods

Method Returns Description
SaveToJsonObject JObject  
ShouldSerializeRange bool  
ShouldSerializeStartFromZero bool  
ShouldSerializeVisible bool  

Method Details

SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject


ShouldSerializeRange

ShouldSerializeRange(): bool

Returns bool


ShouldSerializeStartFromZero

ShouldSerializeStartFromZero(): bool

Returns bool


ShouldSerializeVisible

ShouldSerializeVisible(): bool

Returns bool