GaugeDataColour Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the colour for this gauge object
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 for this gauge object
Return Value
Type:
ColorThe colour for this gauge object
Remarks See Also