MapDataPlotColorPlotType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the colour plot type for this map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public MapDataPlotColorPlotTypeEnum ColorPlotType { get; set; }
Public Property ColorPlotType As MapDataPlotColorPlotTypeEnum
Get
Set
public:
virtual property MapDataPlotColorPlotTypeEnum ColorPlotType {
MapDataPlotColorPlotTypeEnum get () sealed;
void set (MapDataPlotColorPlotTypeEnum value) sealed;
}
function get_ColorPlotType();
function set_ColorPlotType(value);
Return Value
Type:
MapDataPlotColorPlotTypeEnumThe colour plot type for this map
Implements
MapDataPlot_MapDataPlotColorPlotTypeSee Also