Click or drag to resize

Chart Class

Provides access to the chart shape properties.
Inheritance Hierarchy
System Object
Spire.Doc.Fields.Shapes.Charts Chart

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 Chart

The Chart type exposes the following members.

Properties
Name Description
Public property Axes
Gets the collection of axes for the chart.
Public property AxisX
Provides access to properties of the X axis of the chart.
Public property AxisY
Provides access to properties of the Y axis of the chart.
Public property AxisZ
Provides access to properties of the Z axis of the chart.
Public property DataTable
Gets the Data Table Options associated with the Chart.
Public property Legend
Provides access to the chart legend properties.
Public property Series
Provides access to series collection.
Public property Title
Provides access to the chart title properties.
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 SaveToTemp
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also