Enum CharacterType
Enum for charactertype in digital gauge
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public enum CharacterType
Fields
| Name | Description |
|---|---|
| DotMatrixSegment | Uses a dot matrix style for flexible character rendering. |
| FourteenSegment | Uses a 14-segment character style, allowing for alphanumeric characters. |
| SevenSegment | Uses a 7-segment character style, typically for numeric displays. |
| SixteenSegment | Uses a 16-segment character style for enhanced alphanumeric rendering. |