Back to Devexpress

ChartArgumentAxisTickIntervalBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-1f7a11cc.md

latest4.5 KB
Original Source

ChartArgumentAxisTickIntervalBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ChartArgumentAxisTickIntervalBuilder :
    OptionsOwnerBuilder

The following members return ChartArgumentAxisTickIntervalBuilder objects:

Show 19 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartArgumentAxisTickIntervalBuilder

See Also

ChartArgumentAxisTickIntervalBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace