SharpPlot.DialChartStyle Property

Set Dialchart style.

public DialChartStyles DialChartStyle {get; set;}

Example

sp.DialChartStyle = DialChartStyles.WedgeZones;

Options

WedgeZonesUse wedge zones on dialcharts rather than annular zones
AnticlockwiseScale on dialchart runs from right to left
ArrowLinesDraw arrows at ends of lines

See also ...

SharpPlot Members | DrawDialChart Method