Click or drag to resize
AbstractChartNodeFillColor Property
Specifies a color that will be used to fill an area.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Color FillColor { get; set; }

Property Value

Type: Color
A Color that contains the "FillColor" attribute value.
Remarks
By default, FillColor = Color.Black.
See Also