[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.IChartTitle

IChartTitle Interface

Represents the chart title.

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IChartTitle
Public Interface IChartTitle

Properties

Name Description
Format

Gets the IChartFormat object.

Formula

Gets or sets a string value that represents the formula of the object by using A1-style notation.

FormulaR1C1

Gets or sets a string value that represents the formula of the object by using R1C1-style notation.

Height

Gets the height, in pixels, of the object.

IncludeInLayout

Gets or sets a value indicating whether the title will occupy the chart layout space when a chart layout is being determined.

Left

Gets or sets a double value that represents the distance, in pixels, from the left edge of the object to the left edge of the chart area.

Position

Gets or sets the position of the title on the chart.

Text

Gets or sets a string value that represents the title text.

Top

Gets or sets a double value that represents the distance, in pixels, from the top edge of the object to the top edge of the chart area.

Width

Gets the width, in pixels, of the object.

Methods

Name Description
Delete()

Deletes the object.