SharpPlot.ZAxisStyle Property

Set Z axis style to any combination of flags.

public ZAxisStyles ZAxisStyle {get; set;}

Example

sp.ZAxisStyle = ZAxisStyles.Flat;

Options

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

See also ...

SharpPlot Members