Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRChart.SeriesNameTemplate Property

Gets the settings used to name data bound series.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[SRCategory(ReportStringId.CatData)]
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 XRChart.DataSource, XRChart.SeriesDataMember, SeriesBase.ArgumentDataMember and SeriesBase.ValueDataMembers properties). The series names which these prefix and postfix are added to are taken by each series from the data field defined by the XRChart.SeriesDataMember property.

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

See Also