/// <summary>
        /// 
        /// </summary>
        public ChartLegend.Builder ChartLegend(ChartLegend component)
        {
#if MVC
			component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif			
			return new ChartLegend.Builder(component);
        }
Esempio n. 2
0
 /// <summary>
 ///
 /// </summary>
 public ChartLegend.Builder ChartLegend(ChartLegend component)
 {
     return(new ChartLegend.Builder(component));
 }
Esempio n. 3
0
 /// <summary>
 /// Legend config object
 /// </summary>
 public virtual Chart.Builder LegendConfig(ChartLegend legendConfig)
 {
     this.ToComponent().LegendConfig = legendConfig;
     return(this as Chart.Builder);
 }