AxisTitle ClassBytescout Spreadsheet SDK
Represents a chart axis title.
Inheritance Hierarchy

SystemObject
  Bytescout.Spreadsheet.ChartsAbstractTitle
    Bytescout.Spreadsheet.ChartsAxisTitle

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public class AxisTitle : AbstractTitle

The AxisTitle type exposes the following members.

Properties

  NameDescription
Public propertyBorder
Gets a Border object that represents the border of the object.
(Overrides AbstractTitleBorder.)
Public propertyCaption
Gets or sets a String value that represents the axis title text.
Public propertyFill
Gets a FillFormat object that contains fill formatting properties for the specified chart or shape.
(Overrides AbstractTitleFill.)
Public propertyFont
Gets a SpreadsheetFont object that represents the font of the specified object.
(Overrides AbstractTitleFont.)
Public propertyLeft
Gets or sets the position, in points, of the left edge of the chart title.
(Overrides AbstractTitleLeft.)
Public propertyShadow
Gets or sets a value indicating whether this AxisTitle has a shadow.
(Overrides AbstractTitleShadow.)
Public propertyText
Gets or sets the text for the specified object.
(Overrides AbstractTitleText.)
Public propertyTop
Gets or sets the position, in points, of the top edge of the chart title.
(Overrides AbstractTitleTop.)
Top
Methods

  NameDescription
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.)
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