MapDataPlotReset Method (Boolean) |
|
DataPA OpenAnalytics API Reference
Resets this MapDataPlot so next time it is rendered it is completely rebuilt
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void Reset(
bool ResetPartialSummary
)
Public Sub Reset (
ResetPartialSummary As Boolean
)
public:
virtual void Reset(
bool ResetPartialSummary
) sealed
function Reset(ResetPartialSummary);
Parameters
- ResetPartialSummary
- Type: SystemBoolean
If true, the partial summary will also be reset so it is rebuilt next time the object is rendered
Implements
MapDataPlot_MapDataPlotReset(Boolean)See Also