ComponentOne FlexReport for WinForms
OutlineColor Property (Chart2DGroup)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DGroup Class : OutlineColor Property
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 System.Drawing.Color
public System.Drawing.Color OutlineColor {get; set;}
See Also

Reference

Chart2DGroup Class
Chart2DGroup Members