StiGaugeV2InitHelper Class
Namespace: Stimulsoft.Report.Gauge.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
GetScaleMinMax static |
void | |
Init static |
void | |
IsGaugeV2 static |
bool |
Method Details
GetScaleMinMax static
GetScaleMinMax(type: StiGaugeType, min: float, max: float): void
Parameters
- type (StiGaugeType)
- min (float)
- max (float)
Init static
Init(gauge: StiGauge, type: StiGaugeType, addRange: bool, skipText: bool): void
Parameters
- gauge (StiGauge)
- type (StiGaugeType)
- addRange (bool)
- skipText (bool)
IsGaugeV2 static
IsGaugeV2(gauge: StiGauge): bool
Parameters
- gauge (StiGauge)
Returns bool