SharpPlot.ZAxisStyle Property
Set Z axis style to any combination of flags.
public ZAxisStyles ZAxisStyle {get; set;}
Example
sp.ZAxisStyle = ZAxisStyles.Flat;
Options
| ForceZero | The axis is forced to include zero |
| GridLines | Grid lines are drawn around the chart walls |
| ExactFit | The axis is not extended to the nearest whole tickmark |
| PlainAxis | No ticks or labels are drawn |
| NoLabels | No labels are drawn |
| FlatText | Flat text is used for the caption and labels |
| AtEndCaption | The caption is written above the top of the axis |
See also ...
SharpPlot Members