Skip to main content

Series.DisplayName Property

Gets or sets the display name of the series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[NonTestableProperty]
[XtraSerializableProperty]
public string DisplayName { get; set; }

#Property Value

Type Description
String

A String representing the display name of the series.

#Remarks

This name can be displayed in a chart's legend or the series title.

See Also