ChartTitleOptions Interface
Contains common options for the chart and axis titles.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public interface ChartTitleOptions :
ChartText,
ShapeFormat,
ShapeFormatBase,
ShapeTextFormat
Related API Members
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.