An int which indicates that a region is not to be drawn.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public const int FILL_TYPE_NONE
Visual Basic (Declaration)
Public Const FILL_TYPE_NONE As Integer
Visual C++
public:
literal int FILL_TYPE_NONE

Remarks

When FillType and FillOutlineType are set to this value the region will not be rendered

See Also