Skip to main content
A newer version of this page is available. .

BootstrapCoordinateSystemChartSeries.ShowInLegend Property

Gets ore sets a value that specifies whether or not to show the series in the chart’s legend.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(true)]
public bool ShowInLegend { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to show the series in the chart’s legend; otherwise, false.

See Also