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

DxChartSeriesPointImage.Url Property

Specifies the image URL.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.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 more information.

See Also