Back to Devexpress

ScaleBreak.Visible Property

corelibraries-devexpress-dot-xtracharts-dot-scalebreak.md

latest1.5 KB
Original Source

ScaleBreak.Visible Property

Specifies whether the scale break is visible.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool Visible { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

true if the scale break is visible; otherwise, false.

|

Remarks

Use the Visible property to show or hide a scale break within a chart’s diagram.

See Also

Scale Breaks

ScaleBreak Class

ScaleBreak Members

DevExpress.XtraCharts Namespace