Back to Devexpress

ChartControlSettings.DescriptionUrl Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-9a291c1d.md

latest1.6 KB
Original Source

ChartControlSettings.DescriptionUrl Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string DescriptionUrl { get; set; }
vb
Public Property DescriptionUrl As String

Property Value

TypeDescription
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

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace