Skip to main content

PolarChartArgumentAxisStripBuilder Class

Represents an axis strip.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class PolarChartArgumentAxisStripBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

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