Set Sizing for Character Segment
9 Aug 20161 minute to read
The Digital Characters size can be scaled using CharacterHeight
and CharacterWidth
properties in the SfDigitalGauge control.
CharacterHeight
The value of the Digital Characters is scaled by altering the height of the digital characters. It is achieved by setting the CharacterHeight
property in the Digital GaugeSets the height of character in SfDigitalGauge.
digitalGauge.CharacterHeight = 36;
CharacterWidth
The value of the Digital Characters is scaled by altering the width of the digital characters. It is achieved by setting the CharacterWidth property in SfDigitalGauge.
digitalGauge.CharacterWidth = 18;