CustomAxisLabel(DateTime, String) Constructor
In This Article
Initializes a new instance of the CustomAxisLabel class with the specified date-time value and text.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Date |
A Date |
text | String | A String value that specifies the text of the custom axis label. |
See Also