Adds zoom buttons to graph controls (#637)
This commit is contained in:
committed by
Pepe Rivera
parent
c1efa3d3e3
commit
1c9755d38a
@@ -127,6 +127,8 @@ namespace GraphControl
|
||||
event Windows::Foundation::EventHandler<Windows::Foundation::Collections::IMap<Platform::String^, double>^>^ VariablesUpdated;
|
||||
|
||||
void SetVariable(Platform::String^ variableName, double newValue);
|
||||
void ZoomFromCenter(double scale);
|
||||
void ResetGrid();
|
||||
|
||||
protected:
|
||||
#pragma region Control Overrides
|
||||
|
Reference in New Issue
Block a user