Click or drag to resize
ChartNodeFillOutlineType Property
Specifies a fill pattern type for the outline of this node.

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

Property Value

Type: Int32
An int that contains the "FillOutlineType" attribute value.
Remarks
By default, FillOutlineType = FILL_TYPE_SOLID.
See Also