Search
BarOverlayRenderer3D.BackToFrontRatio Method
See Also
 






BarOverlayRenderer.BackToFrontRatio override. Gets the ratio between widths of backmost and frontmost bars.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected override double BackToFrontRatio ()

Visual Basic  Copy Code

Protected Overrides Function BackToFrontRatio () As Double

 Return Value

A double value. The default is 1.

 See Also