MindFusion WinForms Programmer's Guide
Chart.EmptyBrush Property
See Also
 





Gets an empty 'unset' brush to indicate a neutral value when a Brush property should be reset and themes are used.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public static Brush EmptyBrush { get; }

Visual Basic  Copy Code

Public Shared ReadOnly Property EmptyBrush As Brush

 Property Value

An object of the MindFusion.Drawing.Brush class.

 Remarks

The LabelBrush, GridBrush, PlotAreaBrush and AltGridBrush properties can be specified with an EmptyBrush.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace