Hide()

IDataLabel::Hide() method

Make data label hidden by setting all Show*-flags (ShowValue, …) to false state. IsVisible will be false after this.

virtual void Aspose::Slides::Charts::IDataLabel::Hide()=0

Remarks

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