DxChartSeriesPointImage.Url Property
Specifies the image URL.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
String | The image URL. |
Remarks
This property specifies the image for all the points in a series. See the DxChartSeriesPointImage component’s description for more information.
See Also