Enum RadialGaugePosition
Radial Gauge position types
Namespace: FastReport.Gauge.Radial
Assembly: FastReport.dll
Syntax
[Flags]
[TypeConverter(typeof(FlagConverter))]
public enum RadialGaugePosition
Fields
| Name | Description |
|---|---|
| Bottom | Bottom |
| Left | Left |
| None | None |
| Right | Right |
| Top | Top |