Back to Devexpress

PolarChartCommonSeriesSettingsPointBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-1aaeaf8f.md

latest5.1 KB
Original Source

PolarChartCommonSeriesSettingsPointBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class PolarChartCommonSeriesSettingsPointBuilder :
    OptionsOwnerBuilder

The following members return PolarChartCommonSeriesSettingsPointBuilder objects:

Show 17 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder PolarChartCommonSeriesSettingsPointBuilder

See Also

PolarChartCommonSeriesSettingsPointBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace