Gets or sets a value indicating whether the control generates an alternate text attribute for an empty string value.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public override bool GenerateEmptyAlternateText { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Overrides Property GenerateEmptyAlternateText As Boolean
	Get
	Set

See Also