The Axis type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
getAxisCompassEditorInfo | ||
GetAxisRect | ||
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetHiddenProperties | ||
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.
|
|
GetTitleRectangle | ||
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ResetAlignment | ||
ResetAnnoFormat | ||
ResetAnnoMethod | ||
ResetFont |
Resets the inheritance state of the axis font.
|
|
ResetForeColor |
Resets the inheritance state of the axis forecolor.
|
|
ResetTickLabels | ||
ResetTickMajor | ||
ResetTickMinor | ||
SetMinMax |
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.
|
|
ShouldSerialize_Origin | ||
ShouldSerializeAlignment | ||
ShouldSerializeAnnoFormat | ||
ShouldSerializeAnnoMethod | ||
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.
|
|
ShouldSerializeGridMajor | ||
ShouldSerializeGridMinor | ||
ShouldSerializeSB | ||
ShouldSerializeTickLabels | ||
ShouldSerializeTickMajor | ||
ShouldSerializeTickMinor | ||
ToString | (Overrides Object..::..ToString()()()().) |
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.
|
|
AnnotationRotation |
Gets or sets the clockwise angle of rotation for the axis annotations.
|
|
AnnoVerticalText |
Gets or sets whether annotation text is displayed vertically.
|
|
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 | ||
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.
|