Back to Devexpress

ChartArgumentAxisAggregationIntervalBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-b3dbbc5f.md

latest4.8 KB
Original Source

ChartArgumentAxisAggregationIntervalBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ChartArgumentAxisAggregationIntervalBuilder :
    OptionsOwnerBuilder

The following members return ChartArgumentAxisAggregationIntervalBuilder objects:

Show 19 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartArgumentAxisAggregationIntervalBuilder

See Also

ChartArgumentAxisAggregationIntervalBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace