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
SyntaxC#
Copy Code
|
|---|
public bool RenderBackSides { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RenderBackSides As Boolean |
true if back sides should be rendered; otherwise, false. The default is false.
See Also