MindFusion.Wpf Pack Programmer's Guide
Chart3D.RenderBackSides Property
See Also
 





Gets or sets a value indicating whether the back sides of the chart and the wire frame, if present, are rendered. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public bool RenderBackSides { get; set; }

Visual Basic  Copy Code

Public Property RenderBackSides As Boolean

 Property Value

true if back sides should be rendered; otherwise, false. The default is false.

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace