YAxisStyles Enumeration

Y-Axis style (flags).

[flags]
public enum YAxisStyles

Members

ForceZeroAxis range always includes zero
GridLinesHorizontal gridlines are drawn at major ticks
OverlayGridGridlines are drawn on top of data
ArrowedAxisAxis ends with an arrowhead
ClippedData and axes are clipped at the extreme tick marks
ClampToAxisData is clamped to fit within the axis range
LogScaleA logaritmic scale is used
DurationFormat Y axis labels using base-60 rather than 10
DateThe data is assumed to be OLE dates
TimeThe data is assumed to be OLE date/time values
LatitudeThe scale is formatted as latitude values for GPS data
ExactFitThe axis will not be extended to the nearest whole tick interval
InvertAxisThe axis is drawn with data values increasing from the top down
RightAxisThe axis is drawn at the right
DuplicateAxesDuplicate axes are drawn
InvisibleAxisNo axis or ticks are drawn, but labels are written normally
NoAxisNo axis is drawn
AtEndCaptionThe caption is written horizontally above the top of the axis
CenteredCaptionThe caption is vertically centred
FlatTextFlat text is used for 3D captions and labels
MiddleLabelsAxis labels are written on the middle of the axis
StayAtEdgeLabels stay at the chart edge when the axis intercept is explicitly set
PlainAxisNo labels or ticks are created
NoLabelsNo labels are added

Requirements

Namespace: Causeway

Assembly: SharpPlot (in sharpplot.dll)

See also ...

SharpPlot Members | YAxisStyle Property