dotnetCHARTING Send comments on this topic.
Transparency Property
See Also 
dotnetCHARTING Namespace > Line Class : Transparency Property


Gets or sets the transparency percentage of this line (0-100) where 0 = transparent, 100 = solid.

Syntax

Visual Basic (Declaration) 
Public Property Transparency As Integer
Visual Basic (Usage)Copy Code
Dim instance As Line
Dim value As Integer
 
instance.Transparency = value
 
value = instance.Transparency
C# 
public int Transparency {get; set;}

See Also

© 2016 All Rights Reserved.