Link Search Menu Expand Document

Chart Class

Class for common chart properties and methods.
Inheritance Hierarchy
SystemObject
Bytescout.Spreadsheet.ChartsChart

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public class Chart

The Chart type exposes the following members.

Properties
NameDescription
Public propertyBackWall
Gets the back wall properties of the chart.
Public propertyChartArea
Gets a ChartArea object that represents the complete chart area for the chart.
Public propertyChartGroups
Gets the chart groups.
Public propertyChartTitle
Gets a ChartTitle object that represents the title of the specified chart.
Public propertyChartType
Gets or sets the type of the chart.
Public propertyDepthPercent
Gets or sets the depth of a 3-D chart as a percentage of the chart width.
Public propertyDisplayBlanksAs
Gets or sets a value indicating how blank cells shall be plotted on a chart.
Public propertyElevation
Gets or sets the elevation of the 3-D chart view, in degrees.
Public propertyFloor
Gets the floor properties of the chart.
Public propertyHeightPercent
Gets or sets the height of a 3-D chart as a percentage of the chart width.
Public propertyLegend
Gets the legend of the chart.
Public propertyName
Gets or sets the name of this chart used for identification purposes only.
Public propertyPerspective
Gets or sets the perspective for the 3-D chart view. Must be between 0 and 100.
Public propertyPlacementType
Gets or sets the Placement setting of this chart, which specifies how changes to the sheet will affect the placement of the chart.
Public propertyPlotArea
Gets the plot area properties of the chart.
Public propertyPlotVisibleOnly
Gets or sets a value indicating whether only visible cells should be plotted on the chart.
Public propertyRightAngleAxes
Gets or sets a value indicating whether the chart axes are at right angles, rather than drawn in perspective
Public propertyRotation
Gets or sets the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees).
Public propertyRoundedCorners
Gets or sets a value indicating whether chart area has rounded corners.
Public propertySeriesCollection
Gets the series collection.
Public propertyShowAutoTitle
Gets or sets a value indicating whether the auto-generated title shall be shown for this chart.
Public propertyShowDataLabelsOverMax
Gets or sets a value indicating whether data labels over the maximum of the chart shall be shown.
Public propertySideWall
Gets the side wall properties of the chart.
Public propertyXAxis
Gets the x axis.
Public propertyYAxis
Gets the y axis.
Public propertyZAxis
Gets the z axis.
Top
Methods
NameDescription
Public methodAxes
Returns axis.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodis3DChart
Public methodisSurfaceChart
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference