LabelStyle.IsEndLabelVisible Property

Definition

Gets or sets a flag that determines whether the labels are shown at axis ends.

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

Property Value

true if the labels are shown at axis ends; otherwise, false.

Attributes

Applies to