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.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool BorderVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also