ChartTitle 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
Represents the chart title.
Inheritance Hierarchy
Bytescout.Spreadsheet.ChartsAbstractTitle
Bytescout.Spreadsheet.ChartsChartTitle
Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The ChartTitle type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Border | Gets a Border object that represents the border of the object. (Overrides AbstractTitleBorder.) |
![]() | Fill | Gets a FillFormat object that contains fill formatting properties for the specified chart or shape. (Overrides AbstractTitleFill.) |
![]() | Font | Gets a SpreadsheetFont object that represents the font of the specified object. (Overrides AbstractTitleFont.) |
![]() | Left | Gets or sets the position, in points, of the left edge of the chart title. (Overrides AbstractTitleLeft.) |
![]() | Orientation | Gets or sets the text orientation. Can be an integer value from –90 to 90 degrees. |
![]() | Shadow | Gets or sets a value indicating whether this ChartTitle has a shadow. (Overrides AbstractTitleShadow.) |
![]() | Text | Gets or sets the text. (Overrides AbstractTitleText.) |
![]() | Top | Gets or sets the position, in points, of the top edge of the chart title. (Overrides AbstractTitleTop.) |
Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | 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