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
C# Copy Code |
---|
public bool AllowMeshSelection { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowMeshSelection As Boolean |
true to allow selection of objects in the model; otherwise, false. The default is false.