Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShowInLegend { get; set; }

Property Value

Type Description
Boolean

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

See Also