PolarChartArgumentAxisStripStyleBuilder Class
Provides methods that allow you to configure nested options of the client-side stripStyle object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class PolarChartArgumentAxisStripStyleBuilder :
OptionsOwnerBuilder
Related API Members
The following members return PolarChartArgumentAxisStripStyleBuilder objects:
Remarks
Do not instantiate this class explicitly. A new PolarChartArgumentAxisStripStyleBuilder
class instance is created when you call the StripStyle(Action<PolarChartArgumentAxisStripStyleBuilder>) method.
Inheritance
Object
OptionsOwnerBuilder
PolarChartArgumentAxisStripStyleBuilder
See Also