ComponentOne Chart3D for WPF and Silverlight
VisualScrollableAreaClip Property (Chart3DView)


C1.WPF.C1Chart3D Namespace > Chart3DView Class : VisualScrollableAreaClip Property
Syntax
'Declaration
 
Protected Property VisualScrollableAreaClip As System.Nullable(Of Rect)
'Usage
 
Dim instance As Chart3DView
Dim value As System.Nullable(Of Rect)
 
instance.VisualScrollableAreaClip = value
 
value = instance.VisualScrollableAreaClip
protected System.Nullable<Rect> VisualScrollableAreaClip {get; set;}
See Also

Reference

Chart3DView Class
Chart3DView Members