/// <summary>
        /// Initializes a new instance of the <see cref="ChartPlotBandsBuilder"/> class.
        /// </summary>
        /// <param name="item">The plot bands.</param>
        public ChartPlotBandsBuilder(ChartPlotBand item)
        {
            Guard.IsNotNull(item, "item");

            this.item = item;
        }
 public ChartPlotBandsSerializer(ChartPlotBand plotBands)
 {
     this.plotBands = plotBands;
 }
 public ChartPlotBandsSerializer(ChartPlotBand plotBands)
 {
     this.plotBands = plotBands;
 }