[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartGroup.OutlineColor

OutlineColor Property

OutlineColor

Gets or sets a color override when figure outlines are drawn. By default, outlines are drawn in the PlotArea ForeColor.

Declaration
public Color OutlineColor { get; set; }
Public Property OutlineColor As Color
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