XlsChartAxis Class |
Namespace: Spire.Xls.Core.Spreadsheet.Charts
The XlsChartAxis type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Alignment |
Represents alignment for the tick label.
|
![]() |
AutoTickLabelSpacing |
Gets or sets a value indicating whether the spacing between tick labels on the axis should be automatically adjusted.
|
![]() |
AutoTickMarkSpacing |
Gets or sets a value indicating whether the spacing between tick marks on the axis should be automatically determined.
|
![]() |
AxisId |
Gets axis id.
|
![]() |
AxisType |
Type of the axis.
|
![]() |
Border |
Represents chart border. Read only.
|
![]() |
Chart3DOptions |
Gets the chart3 D options.
|
![]() |
Chart3DProperties |
Gets the chart3 D properties.
|
![]() |
Deleted |
Gets or sets value indicating whether axis was deleted.
|
![]() |
Font |
Returns font used for axis text displaying. Read-only.
|
![]() |
FrameFormat |
Return frame format of Axis. Read-only.
|
![]() |
Has3dProperties |
This property Indicates whether the Shadow object has been created(which includes the 3D properties)
|
![]() |
HasAxisTitle |
Indicates wheather the axis has title
|
![]() |
HasMajorGridLines |
True if the axis has major gridlines. Only axes in the primary axis group can have gridlines.
|
![]() |
HasMinorGridLines |
True if the axis has minor gridlines. Only axes in the primary axis group can have gridlines.
|
![]() |
IsAutoTextRotation |
Returns text area for the axis title. Read-only.
|
![]() |
IsPrimary |
True if this is primary axis.
|
![]() |
IsReversed |
True if plots data points from last to first.
|
![]() |
IsSourceLinked |
Determines whether the source is linked.
|
![]() |
MajorGridLines |
Returns major gridLines. Read-only.
|
![]() |
MajorTickMark |
Represents major tick marks.
|
![]() |
MinorGridLines |
Returns minor gridLines. Read-only.
|
![]() |
MinorTickMark |
Represents minor tick marks.
|
![]() |
MultiLevelLable |
Axis is show Multi-level category lables.
|
![]() |
NumberFormat |
Gets or sets number format string.
|
![]() |
NumberFormatIndex |
Gets or sets format index.
|
![]() |
ParagraphType |
Represents the TextArea Paragraph
|
![]() |
Parent |
Reference to Parent object. Read-only.
(Inherited from
XlsObject
.)
|
![]() |
ReferenceCount |
Get quantity of instance references.
(Inherited from
XlsObject
.)
|
![]() |
Shadow |
Represents the Shadow.Read-only
|
![]() |
ShadowProperties |
Represents Shadow Propertes.Read-Only
|
![]() |
TextDirection |
axis's text direction
|
![]() |
TextRotationAngle |
Gets or sets the angle of rotation for the text.
|
![]() |
TickLabelPosition |
Represents tick label position.
|
![]() |
Title |
Title of the axis.
|
![]() |
TitleArea |
Returns text area for the axis title. Read-only.
|
![]() |
Visible |
Indicates is axis is visible.
|
Name | Description | |
---|---|---|
![]() |
AddReference |
Increase the quantity of reference. User must use this method when
new wrapper on object is created or reference on object stored.
(Inherited from
XlsObject
.)
|
![]() |
CheckDisposed |
Checks whether object was disposed and throws exception if it was.
(Inherited from
XlsObject
.)
|
![]() |
Clone |
Clone current object.
|
![]() |
Dispose |
Dispose object and free resources.
(Inherited from
XlsObject
.)
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Destructor. Call dispose method of current object.
(Inherited from
XlsObject
.)
|
![]() |
FindParent(Type) |
This method is used to find parent with specific type.
(Inherited from
XlsObject
.)
|
![]() |
FindParent( Type ) |
Find parent of object.
(Inherited from
XlsObject
.)
|
![]() |
FindParent(Type, Boolean) |
This method is used to find parent with specific type.
(Inherited from
XlsObject
.)
|
![]() |
FindParents |
Finds parent objects.
(Inherited from
XlsObject
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
OnDispose |
Method which can be overriden by users to take any specific actions when
object is disposed.
(Inherited from
XlsObject
.)
|
![]() |
ReleaseReference |
Decrease quantity of Reference. User must call this method
when freeing resources.
(Inherited from
XlsObject
.)
|
![]() |
SetParent |
Sets parent of the object.
(Inherited from
XlsObject
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Name | Description | |
---|---|---|
![]() |
m_bIsDisposed |
Flag which indicates if the object was disposed or not.
(Inherited from
XlsObject
.)
|