SharpPlot Reference > SharpPlot Properties > BarChartStyle Property SharpPlot.BarChartStyle Property
Set Barchart style as any combination of allowed styles.
public BarChartStyles BarChartStyle {get; set;}
Example
sp.BarChartStyle = BarChartStyles.RelativeData | BarChartStyles.Horizontal;
Options
See also ...SharpPlot Members | SharpPlot.DrawBarChart Method
Send comments on this topic © Dyalog Ltd 2021
|