public ParallelCoords() { this.InitializeComponent(); _datasetModel = new DatasetModel(); _axesCollection = new ObservableCollection <ListViewItem>(); _rangeSliders = new List <RangeSlider>(); _polylines = new List <ParallelCoordsPolyline>(); _colourScheme = ColourScheme.Instance; }
public Heatmap() { this.InitializeComponent(); _datasetModel = new DatasetModel(); _columnHeadingsListViewItems = new ObservableCollection <ListViewItem>(); _dataGrid = new ObservableCollection <ListViewItem>(); _filteredItems = new List <ListViewItem>(); _colourScheme = ColourScheme.Instance; }
public ParallelCoords() { this.InitializeComponent(); _datasetModel = new DatasetModel(); _axesCollection = new ObservableCollection<ListViewItem>(); _rangeSliders = new List<RangeSlider>(); _polylines = new List<ParallelCoordsPolyline>(); _colourScheme = ColourScheme.Instance; }
public Heatmap() { this.InitializeComponent(); _datasetModel = new DatasetModel(); _columnHeadingsListViewItems = new ObservableCollection<ListViewItem>(); _dataGrid = new ObservableCollection<ListViewItem>(); _filteredItems = new List<ListViewItem>(); _colourScheme = ColourScheme.Instance; }
public FlatTreemap() { this.InitializeComponent(); _treemapNodes = new List<TreemapNode>(); _drawingArea = new TreemapDrawingArea(); _rows = new List<TreemapRow>(); _offsetX = 0; _offsetY = 0; _colourScheme = ColourScheme.Instance; _datasetModel = new DatasetModel(); }
public FlatTreemap() { this.InitializeComponent(); _treemapNodes = new List <TreemapNode>(); _drawingArea = new TreemapDrawingArea(); _rows = new List <TreemapRow>(); _offsetX = 0; _offsetY = 0; _colourScheme = ColourScheme.Instance; _datasetModel = new DatasetModel(); }
public HierarchicalTreemap() { this.InitializeComponent(); _hierarchicalData = new List <TreemapNode>(); _drawingArea = new TreemapDrawingArea(); _rows = new List <TreemapRow>(); _childRows = new List <TreemapRow>(); _offsetX = 0; _offsetY = 0; _offsetChildX = 0; _offsetChildY = 0; _colourScheme = ColourScheme.Instance; _datasetModel = new DatasetModel(); _zoomedIn = false; }
public HierarchicalTreemap() { this.InitializeComponent(); _hierarchicalData = new List<TreemapNode>(); _drawingArea = new TreemapDrawingArea(); _rows = new List<TreemapRow>(); _childRows = new List<TreemapRow>(); _offsetX = 0; _offsetY = 0; _offsetChildX = 0; _offsetChildY = 0; _colourScheme = ColourScheme.Instance; _datasetModel = new DatasetModel(); _zoomedIn = false; }
public GraduatedSymbolMap() { this.InitializeComponent(); _datasetModel = new DatasetModel(); _bubblePushpins = new List<BubblePushpin>(); _colourScheme = ColourScheme.Instance; // Initialise map properties map.LogoPosition = MapForegroundPosition.BottomLeft; map.MapType = MapType.Road; map.CopyrightPosition = MapForegroundPosition.BottomLeft; map.ShowBuildings = false; map.ShowBreadcrumb = true; map.ShowNavigationBar = true; map.ShowTraffic = false; map.ShowScaleBar = false; map.ViewRestriction = MapViewRestriction.ZoomOutToWholeWorld; map.SetView(new Bing.Maps.Location(0.0, 0.0), 2); }
public GraduatedSymbolMap() { this.InitializeComponent(); _datasetModel = new DatasetModel(); _bubblePushpins = new List <BubblePushpin>(); _colourScheme = ColourScheme.Instance; // Initialise map properties map.LogoPosition = MapForegroundPosition.BottomLeft; map.MapType = MapType.Road; map.CopyrightPosition = MapForegroundPosition.BottomLeft; map.ShowBuildings = false; map.ShowBreadcrumb = true; map.ShowNavigationBar = true; map.ShowTraffic = false; map.ShowScaleBar = false; map.ViewRestriction = MapViewRestriction.ZoomOutToWholeWorld; map.SetView(new Bing.Maps.Location(0.0, 0.0), 2); }