Click or drag to resize

AxisDisplayUnits Class

Represents the display units for an axis in a chart.
Inheritance Hierarchy
System Object
Spire.Doc.Fields.Shapes.Charts AxisDisplayUnits

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 AxisDisplayUnits

The AxisDisplayUnits type exposes the following members.

Properties
Name Description
Public property CustomUnit
Gets or sets the custom unit for the axis display units.
Public property ShowLabel
Gets or sets whether show display units label on the chart.
Public property Unit
Gets or sets the built-in unit of the axis display.
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