ChartNodeFillType Property |
Specifies a fill pattern type for this node.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int FillType { get; set; }
Public Overridable Property FillType As Integer
Get
Set
public:
virtual property int FillType {
int get ();
void set (int value);
}
abstract FillType : int with get, set
override FillType : int with get, set
Property Value
Type:
Int32
An
int which contains the "FillType" attribute value.
Remarks See Also