OutlineColor Property (Chart2DGroup)
In This Topic
Gets or sets the color used to draw figure outlines. Such figures include Bars, Pies, Areas, etc.
By default, outlines are drawn in the PlotArea ForeColor. Set this to Transparent color to use the default Chart2DPlotArea ForeColor.
Syntax
'Declaration
Public Property OutlineColor As Color
public Color OutlineColor {get; set;}
See Also