ChartNodeFillOutlineColor Property |
Specifies a color that will be used to outline this node.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Color FillOutlineColor { get; set; }
Public Overridable Property FillOutlineColor As Color
Get
Set
public:
virtual property Color FillOutlineColor {
Color get ();
void set (Color value);
}
abstract FillOutlineColor : Color with get, set
override FillOutlineColor : Color with get, set
Property Value
Type:
Color
A
Color which contains the "FillOutlineColor" attribute value.
Remarks
The default value is Color.Black.
See Also