Back to Devexpress

PolarChartSeriesPointSelectionStyleBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-aaeac768.md

latest2.9 KB
Original Source

PolarChartSeriesPointSelectionStyleBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class PolarChartSeriesPointSelectionStyleBuilder :
    OptionsOwnerBuilder

The following members return PolarChartSeriesPointSelectionStyleBuilder objects:

Remarks

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

Inheritance

Object OptionsOwnerBuilder PolarChartSeriesPointSelectionStyleBuilder

See Also

PolarChartSeriesPointSelectionStyleBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace