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

    Gets or sets legend settings for the chart.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public LegendEx Legend { get; set; }

    Property Value

    Type Description
    LegendEx

    Legend settings for the chart.

    Remarks

    Refer to the following help topic for additional information about the legend: Configure Chart Legend in DevExpress Presentation API.

    See Also