| Contents > SharpPlot > Properties | Index |
SharpPlot.DialChartStyle Property
Set Dialchart style.
public DialChartStyles DialChartStyle {get; set;}
Example
sp.DialChartStyle = DialChartStyles.WedgeZones;
Options
| WedgeZones | Use wedge zones on dialcharts rather than annular zones |
| Anticlockwise | Scale on dialchart runs from right to left |
| ArrowLines | Draw arrows at ends of lines |
