Back to Devexpress

ChartControlSettings.AlternateText Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-cda07796.md

latest1.2 KB
Original Source

ChartControlSettings.AlternateText Property

Gets or sets the alternate text displayed instead of the chart image, when this image is unavailable.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
String

A String value that specifies the alternate text displayed instead of the image.

|

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace