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

ChartControlSettings.DescriptionUrl Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string DescriptionUrl { get; set; }

Property Value

Type Description
String

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 chart. 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 chart is rendered without the longdesc attribute. Use the DescriptionUrl property to supplement the ChartControlSettings.AlternateText property.

See Also