Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapChart.Legend Property

    Returns the chart’s legend and provides access to its settings.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    Legend Legend { get; }

    Property Value

    Type Description
    Legend

    A Legend object that specifies a legend on the chart.

    Remarks

    Refer to the Legends article for more information on how to manipulate legends on a chart.

    See Also