Adds zoom buttons to graph controls (#637)

This commit is contained in:
Wei (Waley) Zhang 2019-08-16 16:11:43 -07:00 committed by Pepe Rivera
parent c1efa3d3e3
commit 1c9755d38a
6 changed files with 223 additions and 2 deletions

View file

@ -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