Skip to main content
A newer version of this page is available. .

PolarChartLegendBuilder Class

Provides methods that allow you to configure nested options of the client-side legend object.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class PolarChartLegendBuilder :
    OptionsOwnerBuilder

The following members return PolarChartLegendBuilder objects:

Show 43 links

Remarks

Do not instantiate this class explicitly. A new PolarChartLegendBuilder class instance is created when you call the Legend(Action<PolarChartLegendBuilder>) method.

Inheritance

Object
OptionsOwnerBuilder
PolarChartLegendBuilder
See Also