MapDataPlotDrilldown Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the drill down object for this data plot
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDown Drilldown { get; set; }
Public Property Drilldown As DrillDown
Get
Set
public:
virtual property DrillDown^ Drilldown {
DrillDown^ get () sealed;
void set (DrillDown^ value) sealed;
}
function get_Drilldown();
function set_Drilldown(value);
Return Value
Type:
DrillDownThe drill down object for this data plot
Implements
DrillDownParentDrillDownMapDataPlot_MapDataPlotDrilldownSee Also