Back to Devexpress

Indicator.ShowInLegend Property

wpf-devexpress-dot-xpf-dot-charts-dot-indicator-cf57018e.md

latest1.6 KB
Original Source

Indicator.ShowInLegend Property

Specifies whether the indicator (Fibonacci Indicators, Regression Lines, Moving Average and Envelope or Trend Lines) is represented in the chart’s legend.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool ShowInLegend { get; set; }
vb
Public Property ShowInLegend As Boolean

Property Value

TypeDescription
Boolean

true if the indicator is shown in the legend; otherwise, false.

|

See Also

Indicator Class

Indicator Members

DevExpress.Xpf.Charts Namespace