get_IsVisible()

DataLabel::get_IsVisible() method

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

bool Aspose::Slides::Charts::DataLabel::get_IsVisible() override

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