Skip to main content
All docs
V25.1
  • AlignedTitleModel.WordWrap Property

    Gets or sets the AlignedTitle.WordWrap property within the AlignedTitleModel.

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    [LocalizableCategory(DesignerCategories.Behavior)]
    [PropertyForOptions]
    [DependentUpon("Visible")]
    public bool WordWrap { get; set; }

    Property Value

    Type Description
    Boolean

    true if the control can split a title string into multiple lines; otherwise, false.

    See Also