SharpPlot Reference > SharpPlot Methods > SetPieCenter Method SharpPlot.SetPieCenter Method
Set Pie centre (absolute xy in points relative to the chart frame unless one of PieChartStyles.(Percentage ChartX ChartY) is set).
public void SetPieCenter(
double xpos,
double ypos
);
Example
sp.SetPieCenter(220,170);
See also ...SharpPlot Members | SharpPlot.PieChartStyle Property
Send comments on this topic © Dyalog Ltd 2021
|