Skip to main content

ChartArgumentAxisBuilder Class

Provides methods that allow you to configure nested options of the client-side argumentAxis object.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ChartArgumentAxisBuilder :
    OptionsOwnerBuilder

The following members return ChartArgumentAxisBuilder objects:

Show 104 links

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
ChartArgumentAxisBuilder
See Also