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

BootstrapChartSeriesLabelSettings.Visible Property

Gets or sets a value specifying the visibility of point labels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(false)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if point labels are visible; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 43 property paths
Object Type Path to Visible
BootstrapChartAreaSeries
.Label.Visible
BootstrapChartAreaSeriesBase
.Label.Visible
BootstrapChartBarSeries
.Label.Visible
BootstrapChartBarSeriesBase
.Label.Visible
BootstrapChartBubbleSeries
.Label.Visible
BootstrapChartCandleStickSeries
.Label.Visible
BootstrapChartCommonSeries
.Label.Visible
BootstrapChartCommonSeriesBase
.Label.Visible
BootstrapChartFinancialSeriesBase
.Label.Visible
BootstrapChartFullStackedAreaSeries
.Label.Visible
BootstrapChartFullStackedBarSeries
.Label.Visible
BootstrapChartFullStackedLineSeries
.Label.Visible
BootstrapChartFullStackedSplineAreaSeries
.Label.Visible
BootstrapChartFullStackedSplineSeries
.Label.Visible
BootstrapChartLineSeries
.Label.Visible
BootstrapChartPointSeriesBase
.Label.Visible
BootstrapChartRangeAreaSeries
.Label.Visible
BootstrapChartRangeBarSeries
.Label.Visible
BootstrapChartRangeSeriesBase
.Label.Visible
BootstrapChartScatterSeries
.Label.Visible
BootstrapChartSeries
.Label.Visible
BootstrapChartSeriesBase
.Label.Visible
BootstrapChartSplineAreaSeries
.Label.Visible
BootstrapChartSplineSeries
.Label.Visible
BootstrapChartStackedAreaSeries
.Label.Visible
BootstrapChartStackedBarSeries
.Label.Visible
BootstrapChartStackedLineSeries
.Label.Visible
BootstrapChartStackedSplineAreaSeries
.Label.Visible
BootstrapChartStackedSplineSeries
.Label.Visible
BootstrapChartStepAreaSeries
.Label.Visible
BootstrapChartStepLineSeries
.Label.Visible
BootstrapChartStockSeries
.Label.Visible
BootstrapCoordinateSystemChartSeries
.Label.Visible
BootstrapPieChartCommonSeries
.Label.Visible
BootstrapPieChartSeries
.Label.Visible
BootstrapPolarChartAreaSeries
.Label.Visible
BootstrapPolarChartBarSeries
.Label.Visible
BootstrapPolarChartCommonSeries
.Label.Visible
BootstrapPolarChartLineSeries
.Label.Visible
BootstrapPolarChartScatterSeries
.Label.Visible
BootstrapPolarChartSeries
.Label.Visible
BootstrapPolarChartSeriesBase
.Label.Visible
BootstrapPolarChartStackedBarSeries
.Label.Visible
See Also