StiAxis Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Implements: IStiAxis

Constructors

Constructor Description
StiAxis()  

StiAxis()

Properties

Property Type Description
Area IStiAxisArea  
ArrowStyle StiArrowStyle  
Core StiAxisCoreXF  
Info StiAxisInfoXF  
Interaction IStiAxisInteraction  
LineColor Color  
LineStyle StiPenStyle  
LineWidth float  
LogarithmicScale bool  
Range IStiAxisRange  
StartFromZero bool  
Ticks IStiAxisTicks  
Visible bool  

Methods

Method Returns Description
Clone object Creates a new object that is a copy of the current instance.
LoadFromJsonObject void  
SaveToJsonObject JObject  
ShouldSerializeRange bool  
ShouldSerializeVisible bool  

Method Details

Clone

Clone(): object

Creates a new object that is a copy of the current instance.

Returns object — A new object that is a copy of this instance.


LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject


ShouldSerializeRange

ShouldSerializeRange(): bool

Returns bool


ShouldSerializeVisible

ShouldSerializeVisible(): bool

Returns bool