Back to Devexpress

Indicator.Visible Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-ad7877d5.md

latest1.2 KB
Original Source

Indicator.Visible Property

Specifies whether the indicator 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 indicator is visible; otherwise, false.

|

Remarks

Use the Visible property to show or hide an indicator within a chart.

See Also

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace