StiRadialScale Class
Namespace: Stimulsoft.Report.Components.Gauge
Inheritance
Inherits from: StiScaleBase
Constructors
| Constructor | Description |
|---|---|
| StiRadialScale() |
StiRadialScale()
Properties
| Property | Type | Description |
|---|---|---|
| Center | PointF | |
| Radius | float | |
| RadiusMode | StiRadiusMode | |
| Skin | StiRadialScaleSkin | |
| StartAngle | float | |
| SweepAngle | float |
Methods
| Method | Returns | Description |
|---|---|---|
| ApplyStyle | void | |
| Clone | object | |
| InteractiveClick | void | |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
ApplyStyle
ApplyStyle(style: IStiGaugeStyle): void
Parameters
- style (IStiGaugeStyle)
Clone
Clone(): object
Returns object
InteractiveClick
InteractiveClick(e: MouseEventArgs): void
Parameters
- e (MouseEventArgs)
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject