Skip to main content
All docs
V20.1

ChartElement.HorizontalContentAlignment Property

Gets or sets the horizontal alignment of the element’s content.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public HorizontalAlignment HorizontalContentAlignment { get; set; }

Property Value

Type Description
HorizontalAlignment

A HorizontalAlignment enumeration value.

See Also