ComponentOne 3D Chart for WinForms
3D Chart Fundamentals / Basic 3D Chart Types / 3D Scatter Plot Charts / Special Scatter Plot Properties / Scatter Plot Depth Cue
In This Topic
    Scatter Plot Depth Cue
    In This Topic

    Use the DepthCue property of Chart3DElevation object to make emphasis on depth effect. When DepthCue is set to True, symbol size is dependent on its distance from the eye.

    The following table shows how the Scatter Plot appears when the DepthCue is disabled and enabled:

    DepthCue = False

    DepthCue = True

    See Also