MindFusion.Charting Programmer's Guide

Chart.AlternateText Property

See Also
 





Gets or sets the alternate text displayed when the browser cannot display images. Most browsers display this text as a tooltip.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string AlternateText { get; }

Visual Basic  Copy Code

Public ReadOnly Property AlternateText As String

 Property Value

 See Also