Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / LineProperties Class / Color Property
Example


Color Property (LineProperties)
Controls the line color.
Syntax
'Declaration
 
Public Property Color As Color
 
'Usage
 
Dim instance As LineProperties
Dim value As Color
 
instance.Color = value
 
value = instance.Color
Remarks
When line antialising is turned on the component also uses the alpha value of the color to produce a transparent line.
Example
someLineProperties.Color = Color.Blue;
someLineProperties.Color = Color.Blue;
Requirements

Target Platforms: 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