ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DElevation Class / DepthCue Property

In This Topic
    DepthCue Property
    In This Topic
    Determines whether scatter chart point sizes are dependant upon their distance from the eye. Set this property to true if the point sizes should be dependant upon distance from the eye.
    Syntax
    'Declaration
     
    Public Property DepthCue As System.Boolean
    public System.bool DepthCue {get; set;}
    Remarks
    Only for scatter chart.
    See Also