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
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject
ShouldSerializeRange
ShouldSerializeRange(): bool
Returns bool
ShouldSerializeVisible
ShouldSerializeVisible(): bool
Returns bool