Back to Devexpress

Indicator.CheckedInLegend Property

wpf-devexpress-dot-xpf-dot-charts-dot-indicator-948d7c5b.md

latest1.7 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.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool CheckedInLegend { get; set; }
vb
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 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 constant line on the diagram, ensure the check box appears on a legend (Legend.MarkerMode is set to ChechBox , CheckBoxAndMarker or MarkerAndCheckBox and Indicator.CheckableInLegend property is set to true ).

Implements

CheckedInLegend

See Also

Indicator Class

Indicator Members

DevExpress.Xpf.Charts Namespace