FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DGroup Class / OutlineColor Property

In This Topic
    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