MapDataPlotEnableDrilldown Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether this data plot has a drill down
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool EnableDrilldown { get; set; }
Public Property EnableDrilldown As Boolean
Get
Set
public:
virtual property bool EnableDrilldown {
bool get () sealed;
void set (bool value) sealed;
}
function get_EnableDrilldown();
function set_EnableDrilldown(value);
Return Value
Type:
BooleanTrue if this data plot has a drill down
Implements
MapDataPlot_MapDataPlotEnableDrilldownSee Also