Back to Devexpress

ChartSeriesPointImageHeightBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-4fcbf30b.md

latest2.2 KB
Original Source

ChartSeriesPointImageHeightBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ChartSeriesPointImageHeightBuilder :
    OptionsOwnerBuilder

The following members return ChartSeriesPointImageHeightBuilder objects:

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartSeriesPointImageHeightBuilder

See Also

ChartSeriesPointImageHeightBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace