DxChartSeriesPointImage.Width Property
Specifies the image width.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(30)]
[Parameter]
public int Width { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 30 | The image width. |
Remarks
This property specifies the image width for all the points in a series. See the DxChartSeriesPointImage component’s description for more information.
See Also