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
public class ChartSeriesPointImageHeightBuilder :
OptionsOwnerBuilder
Related API Members
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