ChartControlSettings.DescriptionUrl Property
Gets or sets the location of a detailed description of the chart.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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