MindFusion.Charting Programmer's Guide

AxesChart.PlotAreaBrush Property

See Also
 





Gets or sets the brush for painting the plot area.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Brush PlotAreaBrush { get; }

Visual Basic  Copy Code

Public ReadOnly Property PlotAreaBrush As Brush

 Property Value

An object of type MindFusion.Drawing.Brush. Default value is null e.g. the plot area is not colored.

 See Also