Skip to main content

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

NuGet Package: DevExpress.Web.Bootstrap

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