Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartTitleOptions Interface

Contains common options for the chart and axis titles.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

#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