MapDataPlotLastFilterUsed Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the last filter used to build this plot
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string LastFilterUsed { get; set; }
Public Property LastFilterUsed As String
Get
Set
public:
virtual property String^ LastFilterUsed {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_LastFilterUsed();
function set_LastFilterUsed(value);
Return Value
Type:
StringThe last filter used to build this plot
Implements
MapDataPlot_MapDataPlotLastFilterUsedSee Also