Back to Devexpress

Indicator.CheckedInLegend Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-174fbfb5.md

latest2.6 KB
Original Source

Indicator.CheckedInLegend Property

Gets or sets a value that determines whether a legend check box is checked for a financial indicator.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true , if a legend check box is checked for the financial indicator; otherwise, false.

|

Remarks

Use the CheckedInLegend property to control the visibility of a financial indicator. If the legend check box is checked, the indicator is shown on a diagram, otherwise, the indicator is invisible.

Note

To learn more on legend check boxes, see the corresponding section of the Legends topic.

See Also

Legend Check Box

Indicators

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace