Indicator.CheckedInLegend Property
In This Article
Gets or sets a value that determines whether a legend check box is checked for a financial indicator.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if a legend check box is checked for the financial indicator; otherwise, false. |
#Remarks
Use the CheckedInLegend property to control 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 control the visibility of a financial indicator on the diagram, make sure the check box appears on a legend (Legend.
See Also