Click or drag to resize
ChartNodeFillOutlineColor Property
Specifies a color that will be used to outline this node.

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

Property Value

Type: Color
A Color which contains the "FillOutlineColor" attribute value.
Remarks
The default value is Color.Black.
See Also