Skip to main content

CustomAxisLabel.Content Property

Gets or sets the custom axis label's content. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public object Content { get; set; }

#Property Value

Type Description
Object

A Object value that is the custom axis label's content.

#Implements

DevExpress.Charts.Native.ICustomAxisLabel.Content
See Also