DxChartSeriesPointImage.Url Property
Specifies the image URL.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.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 additional information.
See Also