/// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="from">Other instance to copy the data from.</param>
 /// <param name="copyWithDataReferences">If true, data references are copyied from the template style to this style. If false, the data references of this style are left as they are.</param>
 public ColumnDrivenColorPlotStyle(ColumnDrivenColorPlotStyle from, bool copyWithDataReferences)
 {
     CopyFrom(from, copyWithDataReferences);
 }
		/// <summary>
		/// Copy constructor.
		/// </summary>
		/// <param name="from">Other instance to copy the data from.</param>
		/// <param name="copyWithDataReferences">If true, data references are copyied from the template style to this style. If false, the data references of this style are left as they are.</param>
		public ColumnDrivenColorPlotStyle(ColumnDrivenColorPlotStyle from, bool copyWithDataReferences)
		{
			CopyFrom(from, copyWithDataReferences);
		}