Skip to main content

ChartControl.Legend Property

Gets the chart control's legend and provides access to its settings.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public Legend Legend { get; set; }

#Property Value

Type Description
Legend

A Legend object that represents the chart control's legend.

See Also