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

ChartValueAxisStripBuilder Class

Represents an axis strip.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ChartValueAxisStripBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new ChartValueAxisStripBuilder class instance is created when you call the Strips(Action<CollectionFactory<ChartValueAxisStripBuilder>>) method.

Implements

Inheritance

Object
OptionsOwnerBuilder
ChartValueAxisStripBuilder
See Also