<SfLinearGauge Orientation="Orientation.Horizontal"> <LinearGaugeAxes> <LinearGaugeAxis Minimum="0" Maximum="7"> <LinearGaugeMajorTicks Color="#9E9E9E" Interval="1" Height="7" Width="2" /> <LinearGaugeMinorTicks Color="#9E9E9E" Interval="0.5" Height="0" /> <LinearGaugePointers> <LinearGaugePointer Value="7" Height="60" Width="60" Color="orange" Offset="-7" Type="Point.Bar" /> <LinearGaugePointer Value="7" Height="30" Width="60" Color="gray" Offset="10" Type="Point.Bar" /> <LinearGaugePointer Value="3" Height="30" Width="60" Color="orange" Offset="10" Type="Point.Bar" /> </LinearGaugePointers> </LinearGaugeAxis> <LinearGaugeAxis Minimum="0" Maximum="100" OpposedPosition="true"> <LinearGaugeLine Offset="68"></LinearGaugeLine> <LinearGaugeMajorTicks Color="#9E9E9E" Interval="10" Height="7" Width="2" /> <LinearGaugeMinorTicks Color="#9E9E9E" Interval="1" Height="5" /> <LinearGaugePointers> <LinearGaugePointer Value="0" Height="0" Width="0" Color="orange" Type="Point.Bar" /> </LinearGaugePointers> </LinearGaugeAxis> </LinearGaugeAxes> </SfLinearGauge> |
18.2.0.59 | |
18.3.0.40 |