private bool RefreshDrawingData() { StoryToolkit stk = new StoryToolkit(_dt, _meta, -1, -1); _latLngColorTable = stk.GetLatLngColorTable(); return(true); }
private bool RefreshDrawingData() { if (_drawingHeight < 1 || _drawingWidth < 1) { return(false); } StoryToolkit stk = new StoryToolkit(_dt, _meta, _drawingWidth, _drawingHeight); _storyTable = stk.GetTimeFrequencyTable(); return(true); }