[]
        
(Showing Draft Content)

C1.Win.C1Chart.Axis

Axis Class

The Axis class describes the axis of the chart.

Inheritance
Axis
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class Axis

Properties

Name Description
Alignment

Gets or sets the text alignment within the axis display.

AnnoFormat

Gets or sets the annotation format for the axis.

AnnoFormatString

Gets or sets the annotation format string used with manual formats.

AnnoMethod

Gets or sets the annotation method used.

AnnoVerticalText

Gets or sets whether annotation text is displayed vertically.

AnnotationRotation

Gets or sets the clockwise angle of rotation for the axis annotations.

AutoMajor

Gets or sets whether major tick mark values are calculated automatically.

AutoMax

Gets or sets whether the axis maximum value is calculated automatically.

AutoMin

Gets or sets whether the axis minimum value is calculated automatically.

AutoMinor

Gets or sets whether minor tick mark values are calculated automatically.

AutoOrigin

Gets or sets whether the axis origin is selected automatically.

Compass

Gets or sets the general positioning of the axis.

Font

Gets or sets the font object.

ForeColor

Gets or sets the foreground color.

GridMajor

Gets or sets the major grid lines object.

GridMinor

Gets or sets the minor grid lines object.

IsLogarithmic

Gets or sets when the axis is scaled logarithmically.

LogarithmicBase

Gets or sets the base of the logarithmic scale used.

Max

Gets or sets the maximum value of the axis.

Min

Gets or sets the minimum value of the axis.

Name

Gets the axis name.

NoAnnoOverlap

Gets or sets whether axis annotations are permitted to overlap.

OnTop

Gets or sets whether axis and gridlines appear on top of the chart image.

Origin

Gets or sets the axis origin, the value on axis where the perpendicular axis is rendered.

Reversed

Gets or sets whether the axis is normal or reversed (ascending or descending).

Rotation

Gets or sets the rotational orientation of the textual caption of the axis.

ScrollBar

Gets the axis scroll bar.

Text

Gets or sets the textual caption of the axis.

Thickness

Gets or sets the line thickness of the axis in pixels.

TickFactorMajor

Gets or sets an integral factor for major tick mark length.

TickFactorMinor

Gets or sets an integral factor for minor tick mark length.

TickGauge

Gets or sets the approximate number of intervals delineated by gauge marks between major tick marks.

TickLabels

Gets or sets the placement of the annotation labels relative the axis.

TickMajor

Gets or sets the type of major tick mark.

TickMinor

Gets or sets the type of minor tick mark.

TooltipText

Gets or sets the tooltip for the chart axis.

UnitMajor

Gets or sets the units between major tick marks.

UnitMinor

Gets or sets the units between minor tick marks.

ValueLabels

Gets the ValueLabelsCollection object.

VerticalText

Gets or sets whether the label text is displayed vertically.

Visible

Gets or sets the axis visibility.

Methods

Name Description
GetMax()

Gets the current value of the Axis Max property as an object.

GetMax(Type)

Gets the current value of the Axis Max property as an object.

GetMin()

Gets the current value of the Axis Min property as an object.

GetMin(Type)

Gets the current value of the Axis Min property as an object.

ResetFont()

Resets the inheritance state of the axis font.

ResetForeColor()

Resets the inheritance state of the axis forecolor.

SetMinMax(object, object)

Sets one or both the values of the Axis Min and Axis Max properties at the same time. If the specified Min value is less than the specified Max value, the values are swapped.

ShouldSerializeFont()

Returns false if the Axis Font property is in the default state.

ShouldSerializeForeColor()

Returns false if the Axis ForeColor property is in the default state.

ToString()