Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartElement.HorizontalContentAlignment Property

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

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

Property Value

Type Description
HorizontalAlignment

A HorizontalAlignment enumeration value.

See Also