Beispiel #1
0
        public override string EvaluateModelTemplate(int counter)
        {
            string templateName = "colDivTempScatter" + counter.ToString();
            string colString    = ChartsUtilities.EvaluateTemplate(this, "Mandrill_d3.ScatterPlots.ScatterPlotScript.html", templateName);

            return(colString);
        }
        public override string EvaluateModelTemplate(int counter)
        {
            string templateName = "colDivTempHorizontalBar" + counter.ToString();
            string colString    = ChartsUtilities.EvaluateTemplate(this, "Mandrill_d3.HorizontalBarChart.HorizontalBarChart.html", templateName);

            return(colString);
        }
Beispiel #3
0
        public override string EvaluateModelTemplate(int counter)
        {
            string templateName = "colDivTextTemp" + counter.ToString();
            string colString    = ChartsUtilities.EvaluateTemplate(this, "Mandrill_d3.TextNotes.DivTextNote.html", templateName);

            return(colString);
        }
        public override string EvaluateModelTemplate(int counter)
        {
            string templateName = "colDivTempParallelCoordinates" + counter.ToString();
            string colString    = ChartsUtilities.EvaluateTemplate(this, "Mandrill_d3.ParallelCoordinatesChart.parallelCoordinatesChart.html", templateName);

            return(colString);
        }
Beispiel #5
0
        public override string EvaluateModelTemplate(int counter)
        {
            string     templateName = "colDivImageTemp" + counter.ToString();
            ImageModel model        = this.ChartModel as ImageModel;
            string     colString    = ChartsUtilities.EvaluateTemplate(model, "Mandrill_d3.Images.DivImage.html", templateName);

            return(colString);
        }
        public override string EvaluateModelTemplate(int counter)
        {
            string templateName = "colDivTempNormalizedStackedBar" + counter.ToString();
            NormalizedStackedBarChartModel model = this.ChartModel as NormalizedStackedBarChartModel;
            string colString = ChartsUtilities.EvaluateTemplate(model, "Mandrill_d3.NormalizedStackedBarChart.NormalizedStackedBarChart.html", templateName);

            return(colString);
        }
        public override string EvaluateModelTemplate(int counter)
        {
            string templateName        = "colDivTempGroupedBar" + counter.ToString();
            GroupedBarChartModel model = this.ChartModel as GroupedBarChartModel;
            string colString           = ChartsUtilities.EvaluateTemplate(model, "Mandrill_d3.GroupedBarCharts.GroupedBarChartScript.html", templateName);

            return(colString);
        }
Beispiel #8
0
        public override string EvaluateModelTemplate(int counter)
        {
            string      templateName = "colDivTempLegend" + counter.ToString();
            LegendModel model        = this.ChartModel as LegendModel;
            string      colString    = ChartsUtilities.EvaluateTemplate(model, "Mandrill_d3.Legend.Legend.html", templateName);

            return(colString);
        }
Beispiel #9
0
        public string EvaluateDivTemplate(int counter)
        {
            string templateName = "chart" + counter.ToString();
            //var model = this.ChartModel;
            string colString = ChartsUtilities.EvaluateTemplate(this, "Mandrill_d3.Gridster.divTemplate.html", templateName);

            return(colString);
        }
Beispiel #10
0
        public override string EvaluateModelTemplate(int counter)
        {
            string templateName          = "colDivTempScatterPlotMatrix" + counter.ToString();
            ScatterPlotMatrixModel model = this.ChartModel as ScatterPlotMatrixModel;
            string colString             = ChartsUtilities.EvaluateTemplate(model, "Mandrill_d3.ScatterPlotMatrix.ScatterPlotMatrix.html", templateName);

            return(colString);
        }