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