示例#1
0
        /// <summary>
        ///
        /// </summary>
        public GaugeAxis.Builder GaugeAxis(GaugeAxis.Config config)
        {
#if MVC
            return(new GaugeAxis.Builder(new GaugeAxis(config)
            {
                ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null
            }));
#else
            return(new GaugeAxis.Builder(new GaugeAxis(config)));
#endif
        }
 /// <summary>
 ///
 /// </summary>
 public Builder(GaugeAxis.Config config) : base(new GaugeAxis(config))
 {
 }
 /// <summary>
 ///
 /// </summary>
 public GaugeAxis.Builder GaugeAxis(GaugeAxis.Config config)
 {
     return(new GaugeAxis.Builder(new GaugeAxis(config)));
 }