ChartValueAxisStripBuilder Class
Represents an axis strip.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class ChartValueAxisStripBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return ChartValueAxisStripBuilder objects:
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