Skip to main content

WebChartControl.DescriptionUrl Property

Gets or sets the location of a detailed description of the chart.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue("")]
public string DescriptionUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the URL for the file that contains a detailed description for the chart.

Remarks

The DescriptionUrl property specifies an HTML file that provides additional details for the WebChartControl. The DescriptionUrl property renders as the longdesc attribute for the web chart. If this property is not set, or is set to an empty string (“”), the WebChartControl is rendered without the longdesc attribute. Use the DescriptionUrl property to supplement the WebChartControl.AlternateText property.

See Also