Skip to main content

ChartControlSettings.Legend Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public Legend Legend { get; }

#Property Value

Type Description
Legend

A Legend object that is the chart control’s legend.

See Also