Beispiel #1
0
 public bool ShouldReset()
 {
     if (RadarGraph != null)
     {
         return(RadarGraph.ShouldReset());
     }
     return(false);
 }
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();

            var radarGraph = new RadarGraph(UIScreen.MainScreen.Bounds, new RadarGraphSource());

            View.AddSubview(radarGraph);
        }
Beispiel #3
0
 public void ResetNodes()
 {
     RadarGraph.ResetNodes();
 }
Beispiel #4
0
 public void InitializeRawValues()
 {
     RadarGraph.InitializeRawValues();
 }