Skip to main content
A newer version of this page is available. .

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