Click or drag to resize
AbstractChartNodeMarkerColor Property
Specifies what color will be used when rendering marker.

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

Property Value

Type: Color
A Color containing the "MarkerColor" attribute value.
Remarks
By default, MarkerColor = Color.Black.
See Also