StiRadarAxis Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Implements: IStiRadarAxis
Constructors
| Constructor | Description |
|---|---|
| StiRadarAxis() |
StiRadarAxis()
Properties
| Property | Type | Description |
|---|---|---|
| Area | IStiRadarArea | |
| Core | StiRadarAxisCoreXF | |
| Range | IStiAxisRange | |
| Visible | bool |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | Creates a new object that is a copy of the current instance. |
| 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.
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject