New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
if (value > 100)
{
TrackColor = Color.BlueViolet;
value = value % 100;
}
else
{
TrackColor = Color.Gray;
} |
<chart:DoughnutSeries IsStackedDoughnut="True" TrackColor="{Binding TrackColor}" CapStyle="BothCurve" MaximumValue="100" Spacing="0.5" Color="Black" ItemsSource="{Binding DoughnuSeriesData}" XBindingPath="Percentage" YBindingPath="Value">
. . .
</chart:DoughnutSeries> |