Ejemplo n.º 1
0
        /// <summary>
        ///
        /// </summary>
        public DrawBackground.Builder DrawBackground(DrawBackground component)
        {
#if MVC
            component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif
            return(new DrawBackground.Builder(component));
        }
 /// <summary>
 /// The chart background. This can be a gradient object, image, or color. Defaults to false for no background.
 /// </summary>
 public virtual TBuilder Background(DrawBackground background)
 {
     this.ToComponent().Background = background;
     return(this as TBuilder);
 }
 /// <summary>
 ///
 /// </summary>
 public DrawBackground.Builder DrawBackground(DrawBackground component)
 {
     return(new DrawBackground.Builder(component));
 }