Skip to main content
A newer version of this page is available. .

MarkerBase.BorderVisible Property

Gets or sets whether the border of a marker(s) is visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public bool BorderVisible { get; set; }

Property Value

Type Description
Boolean

true if the border(s) is visible; otherwise, false.

See Also