internal SLDataBar Clone() { SLDataBar db = new SLDataBar(); db.Is2010 = this.Is2010; db.MinimumType = this.MinimumType; db.MinimumValue = this.MinimumValue; db.MaximumType = this.MaximumType; db.MaximumValue = this.MaximumValue; db.Color = this.Color.Clone(); db.BorderColor = this.BorderColor.Clone(); db.NegativeFillColor = this.NegativeFillColor.Clone(); db.NegativeBorderColor = this.NegativeBorderColor.Clone(); db.AxisColor = this.AxisColor.Clone(); db.MinLength = this.MinLength; db.MaxLength = this.MaxLength; db.ShowValue = this.ShowValue; db.Border = this.Border; db.Gradient = this.Gradient; db.Direction = this.Direction; db.NegativeBarColorSameAsPositive = this.NegativeBarColorSameAsPositive; db.NegativeBarBorderColorSameAsPositive = this.NegativeBarBorderColorSameAsPositive; db.AxisPosition = this.AxisPosition; return(db); }
internal SLDataBar Clone() { SLDataBar db = new SLDataBar(); db.Cfvo1 = this.Cfvo1.Clone(); db.Cfvo2 = this.Cfvo2.Clone(); db.Color = this.Color.Clone(); db.MinLength = this.MinLength; db.MaxLength = this.MaxLength; db.ShowValue = this.ShowValue; return db; }
internal SLDataBar Clone() { SLDataBar db = new SLDataBar(); db.Is2010 = this.Is2010; db.MinimumType = this.MinimumType; db.MinimumValue = this.MinimumValue; db.MaximumType = this.MaximumType; db.MaximumValue = this.MaximumValue; db.Color = this.Color.Clone(); db.BorderColor = this.BorderColor.Clone(); db.NegativeFillColor = this.NegativeFillColor.Clone(); db.NegativeBorderColor = this.NegativeBorderColor.Clone(); db.AxisColor = this.AxisColor.Clone(); db.MinLength = this.MinLength; db.MaxLength = this.MaxLength; db.ShowValue = this.ShowValue; db.Border = this.Border; db.Gradient = this.Gradient; db.Direction = this.Direction; db.NegativeBarColorSameAsPositive = this.NegativeBarColorSameAsPositive; db.NegativeBarBorderColorSameAsPositive = this.NegativeBarBorderColorSameAsPositive; db.AxisPosition = this.AxisPosition; return db; }