Gets or sets the secondary brushes for the grid stripes.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public List<Brush> SecondaryGridFills { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SecondaryGridFills As List(Of Brush) |
A list of WPF Brush objects. The default is an empty list.
See Also