Skip to main content
All docs
V26.1
  • Chart.Legend Property

    Gets or sets legend settings for the chart.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public Legend Legend { get; set; }

    Property Value

    Type Description
    Legend

    Legend settings for the chart.

    Remarks

    For more information about the legend, refer to the following help topic: Configure Chart Legend in DevExpress Presentation API.

    See Also