Chart Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Class for common chart properties and methods.
Inheritance Hierarchy
Bytescout.Spreadsheet.ChartsChart
Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The Chart type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BackWall | Gets the back wall properties of the chart. |
![]() | ChartArea | Gets a ChartArea object that represents the complete chart area for the chart. |
![]() | ChartGroups | Gets the chart groups. |
![]() | ChartTitle | Gets a ChartTitle object that represents the title of the specified chart. |
![]() | ChartType | Gets or sets the type of the chart. |
![]() | DepthPercent | Gets or sets the depth of a 3-D chart as a percentage of the chart width. |
![]() | DisplayBlanksAs | Gets or sets a value indicating how blank cells shall be plotted on a chart. |
![]() | Elevation | Gets or sets the elevation of the 3-D chart view, in degrees. |
![]() | Floor | Gets the floor properties of the chart. |
![]() | HeightPercent | Gets or sets the height of a 3-D chart as a percentage of the chart width. |
![]() | Legend | Gets the legend of the chart. |
![]() | Name | Gets or sets the name of this chart used for identification purposes only. |
![]() | Perspective | Gets or sets the perspective for the 3-D chart view. Must be between 0 and 100. |
![]() | PlacementType | Gets or sets the Placement setting of this chart, which specifies how changes to the sheet will affect the placement of the chart. |
![]() | PlotArea | Gets the plot area properties of the chart. |
![]() | PlotVisibleOnly | Gets or sets a value indicating whether only visible cells should be plotted on the chart. |
![]() | RightAngleAxes | Gets or sets a value indicating whether the chart axes are at right angles, rather than drawn in perspective |
![]() | Rotation | Gets or sets the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees). |
![]() | RoundedCorners | Gets or sets a value indicating whether chart area has rounded corners. |
![]() | SeriesCollection | Gets the series collection. |
![]() | ShowAutoTitle | Gets or sets a value indicating whether the auto-generated title shall be shown for this chart. |
![]() | ShowDataLabelsOverMax | Gets or sets a value indicating whether data labels over the maximum of the chart shall be shown. |
![]() | SideWall | Gets the side wall properties of the chart. |
![]() | XAxis | Gets the x axis. |
![]() | YAxis | Gets the y axis. |
![]() | ZAxis | Gets the z axis. |
Methods
Name | Description | |
---|---|---|
![]() | Axes | Returns axis. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | is3DChart | |
![]() | isSurfaceChart | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also