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

AtEndCaptionThe caption is written above the top of the axis
ExactFitThe axis is not extended to the nearest whole tickmark
FlatTextFlat text is used for the caption and labels
ForceZeroThe axis is forced to include zero
GridLinesGrid lines are drawn around the chart walls
NoLabelsNo labels are drawn
PlainAxisNo ticks or labels are drawn

See also ...

SharpPlot Members


Send comments on this topic
© Dyalog Ltd 2021