Search code examples
wpfwinformsgraphgaugelivecharts

Livechart winforms solidgague thickness problem


I want to change circle thickness inside the solidgauge.is that possible to change this thickness please help me thanks everyone.

[1]: https://i.sstatic.net/Uwbw6.png


Solution

  • You have to set the Gauge.InnerRadius property:

    <Gauge Height="150" Width="150"
           From="0" To="1" 
           Value="0.5" 
           InnerRadius="60" />