ChartValueAxisStripBuilder Class
In This Article
Represents an axis strip.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
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