Skip to main content

ChartControlSettings.SeriesNameTemplate Property

Gets the settings used to name data bound series.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public SeriesNameTemplate SeriesNameTemplate { get; }

Property Value

Type Description
SeriesNameTemplate

A SeriesNameTemplate object that contains naming settings.

Remarks

The SeriesNameTemplate property provides access to the specific settings defining the prefix and postfix texts for the names of series which are dynamically created as a result of binding a chart control to data (using the ChartControlSettings.SeriesDataMember, SeriesBase.ArgumentDataMember and SeriesBase.ValueDataMembers properties). The series names, to which these prefix and postfix are added, are taken by each series from the data field defined by the ChartControlSettings.SeriesDataMember property.

Note that the settings available via the SeriesNameTemplate property are not applied to the data bound series, which are contained within the ChartControlSettings.Series collection of a chart control.

See Also