/// <summary> /// Initializes a new instance of the <see cref="OxyPlot.Xwt.PlotView"/> class. /// </summary> public PlotView() { renderContext = new GraphicsRenderContext(); trackerDefinitions = new Dictionary <string, TrackerSettings>(); DefaultTrackerSettings = new TrackerSettings(); ZoomRectangleColor = OxyColor.FromArgb(0x40, 0xFF, 0xFF, 0x00); ZoomRectangleBorderColor = OxyColors.Transparent; ZoomRectangleBorderWidth = 1.0; }
/// <summary> /// Initializes a new instance of the <see cref="OxyPlot.Xwt.PlotView"/> class. /// </summary> public PlotView() { renderContext = new GraphicsRenderContext(); trackerDefinitions = new Dictionary<string, TrackerSettings>(); DefaultTrackerSettings = new TrackerSettings(); ZoomRectangleColor = OxyColor.FromArgb(0x40, 0xFF, 0xFF, 0x00); ZoomRectangleBorderColor = OxyColors.Transparent; ZoomRectangleBorderWidth = 1.0; }