Click or drag to resize
ChartNodeSetFillPaint Method (Brush)
Sets the value of the "FillPaint" attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetFillPaint(
	Brush brush
)

Parameters

brush
Type: System.DrawingBrush
A Brush which specifies the "FillPaint" attribute value.
See Also