DataPointCustomProperties.LabelFormat Property

Definition

Gets or sets the format of the data point label.

public:
 property System::String ^ LabelFormat { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string LabelFormat { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LabelFormat : string with get, set
Public Property LabelFormat As String

Property Value

The format of the data point label.

Attributes

Applies to