CustomLabel.Text Property
.NET Framework (current version)
Gets or sets the custom label text.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public string Text { get; set; }
The Text property gets or sets the label text of the CustomLabel object.
Note that axis labels for the first label row are generated automatically, but can be overridden using CustomLabel objects. If you specify a custom label along the first axis row, no axis labels will be automatically generated for the entire first row.
.NET Framework
Available since 4.0
Available since 4.0
Show: