CustomAxisLabel(TimeSpan, String) Constructor
Initializes a new instance of the CustomAxisLabel class with the specified time-span value and text.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | TimeSpan | A time-span axis value at which the custom axis label is shown. This value is assigned to the CustomAxisLabel.Value property. |
text | String | A string that specifies the custom axis label content. This value is assigned to the CustomAxisLabel.Content property. |
See Also