Skip to main content

BootstrapChartCommonSeriesBase.Name Property

Specifies the name that identifies the series.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("")]
public virtual string Name { get; set; }

Property Value

Type Default Description
String String.Empty

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