Gets or sets a value indicating whether to add side walls to the model, which extend from the model surface down to the bottom of the plot area. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool CloseModelFigure { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CloseModelFigure As Boolean |
A boolean value. The default is false.
See Also