void _masterPane_CrossHairShowEvent(CrossHairRender render, Point screenLocation)
        {
            Crosshair.DrawAt(this.RectangleToScreen(ActualDrawingSpaceArea), screenLocation, true);

            DrawCrossHairLocationInfo(null, this.PointToClient(screenLocation));
        }
Пример #2
0
 /// <summary>
 /// Default constructor.
 /// </summary>
 public ChartPane()
 {
     InitializeElements();
     _crosshair = new CrossHairRender(this);
 }
Пример #3
0
        void _masterPane_CrossHairShowEvent(CrossHairRender render, Point screenLocation)
        {
            Crosshair.DrawAt(this.RectangleToScreen(ActualDrawingSpaceArea), screenLocation, true);

            DrawCrossHairLocationInfo(null, this.PointToClient(screenLocation));
        }