2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartGroup Class / OutlineColor Property

In This Topic
    OutlineColor Property (ChartGroup)
    In This Topic
    Gets or sets a color override when figure outlines are drawn. By default, outlines are drawn in the PlotArea ForeColor.
    Syntax
    'Declaration
     
    Public Property OutlineColor As System.Drawing.Color
    public System.Drawing.Color OutlineColor {get; set;}
    Remarks
    Such figures include Bars, Pies, Areas, etc. Set this property to the Empty color or call the ResetOutlineColor() method to use the default PlotArea ForeColor.
    See Also