A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(true)]
public bool ShowInLegend { get; set; }
<DefaultValue(True)>
Public Property ShowInLegend As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to show the series in the chart's legend; otherwise, false. |
See Also
Feedback