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

BootstrapPieChartCommonSeries.Name Property

Specifies the name that identifies the series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public override string Name { get; set; }

Property Value

Type Description
String

A string specifying the series name.

Remarks

The series name is used to represent the series in the legend. If this property is not specified, a default name will be generated automatically.

See Also