Skip to main content
All docs
V26.1
  • ChartTitleOptions Constructors

    Specifies common title settings, including layout and text source options.
    Name Parameters Description
    ChartTitleOptions(ChartDataReference, TextProperties) reference, textProperties Initializes a new instance of the ChartTitleOptions class with linked text.
    ChartTitleOptions(TextArea) textArea Initializes a new instance of the ChartTitleOptions class with custom text.
    ChartTitleOptions(String) text Initializes a new instance of the ChartTitleOptions class with plain text.
    See Also