MindFusion.Wpf Pack Programmer's Guide
AxesChart3D.GridFills Property
See Also
 





Gets or sets the brushes for the grid stripes. This is a dependency property.

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

 Syntax

C#  Copy Code

public List<Brush> GridFills { get; set; }

Visual Basic  Copy Code

Public Property GridFills As List(Of Brush)

 Property Value

A list of WPF Brush objects.

 Remarks

Each stripe in the chart grid is drawn with a subsequent Brush taken from GridFills. If the count of brushes is smaller than the count of grid stripes the control cycles through them.

 See Also

AxesChart3D Members
AxesChart3D Class
MindFusion.Charting.Wpf Namespace