PolarChartArgumentAxisStripBuilder Class
Represents an axis strip.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class PolarChartArgumentAxisStripBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return PolarChartArgumentAxisStripBuilder objects:
Remarks
Do not instantiate this class explicitly. A new PolarChartArgumentAxisStripBuilder
class instance is created when you call the Strips(Action<CollectionFactory<PolarChartArgumentAxisStripBuilder>>) method.
Implements
Inheritance
Object
OptionsOwnerBuilder
PolarChartArgumentAxisStripBuilder
See Also