RangeColour Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the colour to be used when rendering this range
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Color Colour { get; set; }
Public Property Colour As Color
Get
Set
public:
virtual property Color Colour {
Color get () sealed;
void set (Color value) sealed;
}
function get_Colour();
function set_Colour(value);
Property Value
Type:
ColorThe colour to be used when rendering this range
Return Value
Type:
ColorThe colour to be used when rendering this range
Remarks See Also