ActiveReports.Chart Request technical support
Color Property
See Also 


Gets or sets the color of the text.

Syntax

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

Return Value

System.Drawing.Color.

See Also