StiLinearBar Class
Namespace: Stimulsoft.Report.Components.Gauge
Inheritance
Inherits from: StiBarBase
Properties
| Property | Type | Description |
|---|---|---|
| Skin | StiLinearBarSkin |
Methods
| Method | Returns | Description |
|---|---|---|
| ApplyStyle | void | |
| CheckActualBrushForTopGeometry | void | |
| LoadFromJsonObject | void | |
| OnRangeColorChanged | void | |
| Reset | void | |
| SaveToJsonObject | JObject |
Method Details
ApplyStyle
ApplyStyle(style: IStiGaugeStyle): void
Parameters
- style (IStiGaugeStyle)
CheckActualBrushForTopGeometry
CheckActualBrushForTopGeometry(): void
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
OnRangeColorChanged
OnRangeColorChanged(): void
Reset
Reset(): void
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject
Fields
| Field | Type | Description |
|---|---|---|
| defaultIndex | int | |
| isStartGreaterEnd | bool | |
| isThisStartGreaterEnd | bool | |
| maxWidth | float | |
| minWidth | float | |
| mixedColorIndex | int | |
| offset | float | |
| rect | RectangleF | |
| scale | StiLinearScale | |
| standardBackground | bool | |
| state | bool |