Click or drag to resize
ChartNodeFillType Property
Specifies a fill pattern type for this node.

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

Property Value

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