Skip to main content
A newer version of this page is available. .

ChartTitleOptions Interface

Contains common options for the chart and axis titles.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public interface ChartTitleOptions :
    ChartText,
    ShapeFormat,
    ShapeFormatBase,
    ShapeTextFormat

The following members return ChartTitleOptions objects:

Remarks

The ChartTitleOptions interface defines common options related to the chart and axis titles and allows you to display and position the specified title on a chart.

To add the chart title, use the ChartObject.Title property. This property returns the ChartTitle object, which inherits basic title settings from the ChartTitleOptions interface.

To specify the axis title, utilize the Axis.Title property, which provides access to the object exposing the ChartTitleOptions interface.

See Also