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





Gets or sets a value indicating whether the individual mesh objects in the chart model can be selected with the mouse. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool AllowMeshSelection { get; set; }

Visual Basic  Copy Code

Public Property AllowMeshSelection As Boolean

 Property Value

true to allow selection of objects in the model; otherwise, false. The default is false.

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace