IsVisible

IDataLabel.IsVisible property

False means that data label is not visible (and so all Show*-flags (ShowValue, …) are false). Read-only Boolean.

public bool IsVisible { get; }

Remarks

If data label is visible you can make it hidden with Hide() method. But if data label is not visible (IsVisible is false) you can make data label visible with setting Show*-flags (ShowValue, …) to true state.

See Also