Click or drag to resize
AbstractChartNodeLineColor Property
Specifies the line color for this node.

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

Property Value

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