MindFusion.Wpf Pack Programmer's Guide
BaseChart.ItemMouseOverBackground Property
See Also
 





Gets or sets the background of the items in the chart when the user points them with the mouse. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public Brush ItemMouseOverBackground { get; set; }

Visual Basic  Copy Code

Public Property ItemMouseOverBackground As Brush

 Property Value

A WPF Brush.

 See Also

BaseChart Members
BaseChart Class
MindFusion.DataViews.Wpf Namespace