Class Axis
- Namespace
- PolarChart
- Assembly
- PolarChart.dll
This class contains the details of an Axis in the chart.
public class Axis
- Inheritance
-
Axis
- Inherited Members
- Extension Methods
Properties
Caption
Gets/sets the caption of the axis.
public string Caption { get; set; }
Property Value
CaptionFont
Gets the font to use for the caption of the axis.
public PolarFont CaptionFont { get; }
Property Value
DataMaxValue
Gets/sets the maximum value for the data on this axis.
public double DataMaxValue { get; }
Property Value
DataMinValue
Gets the minimum value of the data on the axis.
public double DataMinValue { get; }
Property Value
Font
Gets the font to use for the labels for the axis.
public PolarFont Font { get; }
Property Value
FormatString
Gets/sets a formatting string used to format numbers for this axis.
public string FormatString { get; set; }
Property Value
LineColor
Gets/sets the color of the axis line as Windows color
public int LineColor { get; set; }
Property Value
MajorTick
Gets/sets the major tick for this axis.
public double MajorTick { get; set; }
Property Value
MajorTickColor
Gets/sets the color of the major tick as Windows color
public int MajorTickColor { get; set; }
Property Value
MajorTickType
Gets/sets the type of major tick. Use one of: 0: Dont show; 1: outside; 2: centered; 3: inside: 4: all-over
public int MajorTickType { get; set; }
Property Value
MaxValue
Gets/sets the maximum value for this axis.
public double MaxValue { get; set; }
Property Value
MinValue
Gets/sets the minimum value for this axis.
public double MinValue { get; set; }
Property Value
MinorTick
Gets/sets the major tick for this axis.
public double MinorTick { get; set; }
Property Value
MinorTickColor
Gets/sets the color of the minor tick as Windows color
public int MinorTickColor { get; set; }
Property Value
MinorTickType
Gets/sets the type of minor tick. Use one of: 0: Dont show; 1: outside; 2: centered; 3: inside
public int MinorTickType { get; set; }
Property Value
PrintLabels
Gets/sets if labels (values) must be printed for this axis.
public bool PrintLabels { get; set; }
Property Value
Spacing
Gets/sets the spacing for the axis.
public int Spacing { get; set; }
Property Value
ZeroLocationValue
Gets the location of the 'zero'
public double ZeroLocationValue { get; }