SharpPlot Reference > SharpPlot Properties > TowerChartStyle Property SharpPlot.TowerChartStyle Property
Set Towerchart style to any combination of flags.
public TowerChartStyles TowerChartStyle {get; set;}
Example
sp.TowerChartStyle = TowerChartStyles.WallShading;
Options
FlatText | Flat labels and captions are used on 3D charts | ForceZero | Force zero (all axes include origin) | GridLines | Draw gridlines (all axes) | Indexed | Data is indexed to the initial value = 100 | NoAxes | No axes are drawn on the chart | Plain | Plain axes or value tags on piechart | WallShading | Shade walls on all 3D charts |
See also ...SharpPlot Members | SharpPlot.DrawTowerChart Method
Send comments on this topic © Dyalog Ltd 2021
|