property Graph.ScrollPartVisible(ScrollBar as ScrollBarEnum, Part as ScrollPartEnum) as Boolean
Indicates whether the specified scroll part is visible or hidden.

TypeDescription
ScrollBar as ScrollBarEnum A ScrollBar expression that indicates the scrollbar where the part is visible or hidden.
Part as ScrollPartEnum A ScrollPartEnum expression that specifies the parts of the scroll bar being visible
Boolean A Boolean expression that specifies whether the scrollbar's part is visible or hidden.