Skip to main content

MarkerBase.BorderVisible Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public bool BorderVisible { get; set; }

#Property Value

Type Description
Boolean

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

See Also