DataPA Enterprise Dashboard Controls API Reference
Gets and sets the default line colour for line charts and area colour for area charts.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Color LineOrAreaColour { get; set; } |
Visual Basic |
---|
Public Property LineOrAreaColour As Color
Get
Set |
Visual C++ |
---|
public:
virtual property Color LineOrAreaColour {
Color get () sealed;
void set (Color value) sealed;
} |
Property Value
Type:
ColorThe default line colour for line charts and area colour for area charts.
Return Value
Type:
ColorThe default line colour for line charts and area colour for area charts.
Remarks
See Also