XAxisStyles Enumeration

X-Axis style (flags).

[flags]
public enum XAxisStyles

Members

ForceZeroThe X-axis always includes zero
GridLinesGrid lines are drawn vertically at major ticks
OverlayGridGrid lines are drawn over the data
ArrowedAxisAxis ends with an arrowhead
ClippedAxis and data is clipped at the first and last tickmarks
LogScaleLog scale is used
DurationFormat X axis labels using base-60 rather than 10
AngledLabelsAngled labels are used
MaskedLabelsLabels are already masked so must not be thinned further
SpannedLabelsRepeated labels are blanked and spanned across the repeated range
RightCaptionRight-aligned axis caption (default)
CenteredCaptionCaption is centered below axis
AtEndCaptionCaption is drawn at the end of the axis
AnnualTicksAnnual ticks are used for dates
MonthlyTicksMonthly ticks are used for dates
LongitudeLongitude scale is drawn for GPS data
DateX-values are taken as OLE dates
TimeX-values are taken as OLE date-time numbers
TopAxisAxis is drawn at the top of the chart
DuplicateAxesDuplicate X-axes are drawn
InvisibleAxisAxis and ticks are invisible, but labels will be drawn as normal
NoAxisNo axis is generated
MiddleLabelsLabels are placed between tickmarks
FlatTextFlat text is used for 3D charts
StayAtEdgeLabels stay at edge when axis is centrally placed
PlainAxisPlain axis (no ticks or labels)
NoLabelsNo labels are drawn
ExactFitAxis is not rounded up to the next whole tickmark interval

Requirements

Namespace: Causeway

Assembly: SharpPlot (in sharpplot.dll)

See also ...

SharpPlot Members | XAxisStyle Property