AutoScaleText (inherited from Axis) | If true, label and tick text will be scaled to match size of PlotSurface2D. If false, they won't be. |
AutoScaleTicks (inherited from Axis) | If true, tick lengths will be scaled to match size of PlotSurface2D. If false, they won't be. |
AxisColor (inherited from Axis) | The color of the pen used to draw the ticks and the axis line. |
AxisPen (inherited from Axis) | The pen used to draw the ticks and the axis line. |
Color (inherited from Axis) | Set the Axis color (sets all of axis line color, Tick text color, and label color). |
FlipTicksLabel (inherited from Axis) | If true label is flipped about the text center line parallel to the text. |
Hidden (inherited from Axis) | If set to true, the axis is hidden. That is, the axis line, ticks, tick labels and axis label will not be drawn. |
HideTickText (inherited from Axis) | If true, no text will be drawn next to any axis tick marks. |
IsLinear | Get whether or not this axis is linear. It is not. |
Label (inherited from Axis) | The Axis Label |
LabelBrush (inherited from Axis) | The brush used to draw the axis label. |
LabelColor (inherited from Axis) | The color of the brush used to draw the axis label. |
LabelFont (inherited from Axis) | This font is used to draw the axis label. |
LabelOffset (inherited from Axis) | If LabelOffsetAbsolute is false (default) then this is the offset added to default axis label position. If LabelOffsetAbsolute is true, then this is the absolute offset of the label from the axis. If positive, offset is further away from axis, if negative, towards the axis. |
LabelOffsetAbsolute (inherited from Axis) | If true, the value specified by LabelOffset is the absolute distance away from the axis that the label is drawn. If false, the value specified by LabelOffset is added to the pre-calculated value to determine the axis label position. |
LabelOffsetScaled (inherited from Axis) | Whether or not the supplied LabelOffset should be scaled by a factor as specified by FontScale. |
LargeTickSize (inherited from Axis) | Length (in pixels) of a large tick. Not the distance between large ticks. The length of the tick itself. |
LargeTickStep | The step between large ticks, expressed in decades for the Log scale. |
LargeTickValue | Position of one of the large ticks [other positions will be calculated relative to this one]. |
MinPhysicalLargeTickStep (inherited from Axis) | If LargeTickStep isn't specified, then this will be calculated automatically. The calculated value will not be less than this amount. |
NumberFormat (inherited from Axis) | Specifies the format used for drawing tick labels. See StringBuilder.AppendFormat for a description of this string. |
NumberSmallTicks | The number of small ticks between large ticks. |
Reversed (inherited from Axis) | If set true, the axis will behave as though the WorldMin and WorldMax values have been swapped. |
SmallTickSize (inherited from Axis) | Length (in pixels) of the small ticks. |
TicksAngle (inherited from Axis) | Angle to draw ticks at (measured anti-clockwise from axis direction). |
TicksCrossAxis (inherited from Axis) | If true, tick marks will cross the axis, with their centre on the axis line. If false, tick marks will be drawn as a line with origin starting on the axis line. |
TicksIndependentOfPhysicalExtent (inherited from Axis) | If true, automated tick placement will be independent of the physical extent of the axis. Tick placement will look good for charts of typical size (say physical dimensions of 640x480). If you want to produce the same chart on two graphics surfaces of different sizes [eg Windows.Forms control and printer], then you will want to set this property to true. If false [default], the number of ticks and their placement will be optimally calculated to look the best for the given axis extent. This is very useful if you are creating a cart with particularly small or large physical dimensions. |
TicksLabelAngle (inherited from Axis) | Angle to draw large tick labels at (clockwise from horizontal). Note: this is currently only implemented well for the lower x-axis. |
TickTextBrush (inherited from Axis) | The brush used to draw the tick text. |
TickTextColor (inherited from Axis) | The color of the brush used to draw the axis tick labels. |
TickTextFont (inherited from Axis) | This font is used for the drawing of text next to the axis tick marks. |
TickTextNextToAxis (inherited from Axis) | If true, text associated with tick marks will be drawn on the other side of the axis line [next to the axis]. If false, tick mark text will be drawn at the end of the tick mark [on the same of the axis line as the tick]. |
WorldLength (inherited from Axis) | World extent of the axis. |
WorldMax | The maximum world extent of the axis. Must be greater than zero. |
WorldMin | The minimum world extent of the axis. Must be greater than zero. |