Version

PaintElement Constructor(Color,Color)

Creates a PaintElement object with the specified solid colors.
Syntax
'Declaration
 
Public Function New( _
   ByVal fillColor As Color, _
   ByVal fillStopColor As Color _
)
public PaintElement( 
   Color fillColor,
   Color fillStopColor
)

Parameters

fillColor
Fill color.
fillStopColor
A secondary fill color (not used when solid filling).
Remarks

This constructor can be used to create a bi-color PaintElement object intended for solid fills. It can also be used to create Paint Element objects for hatch-filling by assigning a Infragistics.UltraChart.Shared.Styles.FillHatchStyle to the Hatch property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also