ErrorBarsFormatIsVisible Property |
Gets or sets Error Bars visibility .
Read/write
Boolean.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool IsVisible { get; set; }Public Property IsVisible As Boolean
Get
Set
public:
virtual property bool IsVisible {
bool get () sealed;
void set (bool value) sealed;
}abstract IsVisible : bool with get, set
override IsVisible : bool with get, set
Property Value
Type:
BooleanImplements
IErrorBarsFormatIsVisible
See Also