CustomLabel.Text Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the custom label text.
public:
property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string Text { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Text : string with get, set
Public Property Text As String
Property Value
A string
value that represents the label text.
- Attributes
Remarks
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.