MarkerBase.BorderVisible Property
Gets or sets whether the border of a marker(s) is visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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