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