BackColor2 Property (Chart2DPlotArea)
In This Topic
Gets or sets the second background color for gradient or hatch style. Inherits from the chart area.
Syntax
'Declaration
Public Property BackColor2 As Color
public Color BackColor2 {get; set;}
See Also