Skip to main content
All docs
V26.1
  • ChartTitleOptionsBase.OutlineStyle Property

    Gets or sets line settings for the title outline.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public OutlineStyle OutlineStyle { get; set; }

    Property Value

    Type Description
    OutlineStyle

    A OutlineStyle object that defines title outline settings.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to OutlineStyle
    AxisBase
    .Title .OutlineStyle
    See Also