StiAreaSeries3D Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiLineSeries3D

Constructors

Constructor Description
StiAreaSeries3D()  

StiAreaSeries3D()

Methods

Method Returns Description
Clone object Creates a new object that is a copy of the current instance.
CreateNew StiSeries  
GetDefaultAreaType Type  
LoadFromJsonObject void  
SaveToJsonObject JObject  

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.


CreateNew

CreateNew(): StiSeries

Returns StiSeries


GetDefaultAreaType

GetDefaultAreaType(): Type

Returns Type


LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject