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