Skip to main content
A newer version of this page is available. .

DxChartSeriesPointImage.Height Property

Specifies the image height.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(30)]
[Parameter]
public int Height { get; set; }

Property Value

Type Default Description
Int32 30

The image height.

Remarks

This property specifies the image height for all the points in a series. See the DxChartSeriesPointImage component’s description for more information.

See Also