Gets or sets the background of the items in the chart. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush ItemBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemBackground As Brush |
A WPF Brush.
See Also