Exemple #1
0
        /// <summary>
        /// Renders the initial content of the chart on the page
        /// </summary>
        /// <returns></returns>
        public ActionResult Content()
        {
            NThinChartControl control = this.Control;

            control.ConfigureInitialResponse();

            Initialize(control);

            return(new NThinControlResult(control.ProcessResponses()));
        }
Exemple #2
0
        public ActionResult Content()
        {
            NThinChartControl control = this.Control;

            control.ConfigureInitialResponse();

            control.ServerSettings.Css.StateHover = "border: 1px solid rgb(38, 148, 232);background: rgb(255, 0, 0);";

            Initialize(control);

            return(new NThinControlResult(control.ProcessResponses()));
        }