DxChartSeriesPointImage.Url Property
In This Article
Specifies the image URL.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[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