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


In This Topic
    Color Property (LineProperties)
    In This Topic
    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
    public Color Color {get; set;}
    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