StiAxis3D Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Implements: IStiAxis3D

Constructors

Constructor Description
StiAxis3D()  

StiAxis3D()

Properties

Property Type Description
Area IStiAxisArea3D  
Core StiAxisCoreXF3D  
Info StiAxisInfoXF3D  
Labels IStiAxisLabels3D  
LineColor Color  
Visible bool  

Methods

Method Returns Description
Clone object Creates a new object that is a copy of the current instance.
LoadFromJsonObject void  
SaveToJsonObject JObject  
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


ShouldSerializeVisible

ShouldSerializeVisible(): bool

Returns bool