DashboardObjectLineOrAreaColour Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the colour of the line in a line chart.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Color LineOrAreaColour { get; set; }
Public Property LineOrAreaColour As Color
Get
Set
public:
virtual property Color LineOrAreaColour {
Color get () sealed;
void set (Color value) sealed;
}
function get_LineOrAreaColour();
function set_LineOrAreaColour(value);
Property Value
Type:
ColorThe colour of the line in a line chart.
Return Value
Type:
ColorThe colour of the line in a line chart.
Remarks See Also