Various types of Segment
9 Aug 20161 minute to read
The Digital Characters can be drawn in 4 different segments as follows.
-
Seven
-
Fourteen
-
Sixteen
-
EightCrossEightDotMatrix
NOTE
SegmentSeven is the default CharacterType in the SfDigitalGauge.
Seven Segment
digitalGauge.CharacterType=SFDigitalGaugeCharacterType.SFDigitalGaugeCharacterTypeSegmentSeven;
Fourteen Segment
digitalGauge.CharacterType=SFDigitalGaugeCharacterType.SFDigitalGaugeCharacterTypesegmentFourteen;
Sixteen Segment
digitalGauge.CharacterType=SFDigitalGaugeCharacterType.SFDigitalGaugeCharacterTypesegmentSixteen;
EightCrossEightDotMatrix Segment
digitalGauge.CharacterType=SFDigitalGaugeCharacterType.SFDigitalGaugeCharacterTypeEightCrossEightDotMatrix;