Click or drag to resize

ChartAxis Class

Represents a chart axis in a chart. Implements interfaces for handling chart titles, extension lists, and number format providers.
Inheritance Hierarchy
System Object
Spire.Doc.Fields.Shapes.Charts ChartAxis

Namespace: Spire.Doc.Fields.Shapes.Charts
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class ChartAxis

The ChartAxis type exposes the following members.

Properties
Name Description
Public property AxisBetweenCategories
Gets or sets a value indicating whether the axis is between tick marks.
Public property Bounds
Gets the bounds for the axis.
Public property CategoryType
Gets or sets the type of the category axis.
Public property Crosses
Gets of sets the axis crosses.
Public property CrossesAt
Gets or sets the axis crosses value.
Public property Delete
Gets or sets a value indicating whether the chart axis is hidden.
Public property DisplayUnits
Gets the display units for the axis.
Public property HasMajorGridlines
Gets or sets a value indicating whether major gridlines are enabled.
Public property HasMinorGridlines
Gets or sets a value indicating whether minor gridlines are enabled.
Public property Labels
Gets the tick labels options for the axis.
Public property NumberFormat
Gets the number format for the axis.
Public property ReverseOrder
Gets or sets a value indicating whether the categories in reverse order.
Public property TextVerticalType
Sets the vetrtical type for the axis text.
Public property TickMarks
Gets the tick marks options for the axis.
Public property Title
Gets the title of the chart axis.
Public property Type
Gets the type of the chart axis.
Public property Units
Gets the units for the axis.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also