MapDataPlotHighValueColor Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the color that represents high values on the chart (or all values if color plot type is single color)
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Color HighValueColor { get; set; }
Public Property HighValueColor As Color
Get
Set
public:
virtual property Color HighValueColor {
Color get () sealed;
void set (Color value) sealed;
}
function get_HighValueColor();
function set_HighValueColor(value);
Return Value
Type:
ColorThe color that represents high values on the chart (or all values if color plot type is single color)
Implements
MapDataPlot_MapDataPlotHighValueColorSee Also