ShowOutline Property (Chart2DGroup)
In This Topic
Gets or sets a value indicating whether figures drawn should be outlined in the Chart2DPlotArea ForeColor. Such figures include Bars, Pies, Areas, etc.
Syntax
'Declaration
Public Property ShowOutline As Boolean
public bool ShowOutline {get; set;}
See Also