corelibraries-devexpress-dot-xtracharts-dot-customaxislabel-dot-ctor.md
Represents an individual custom label of an axis.
| Name | Parameters | Description |
|---|---|---|
| CustomAxisLabel() | none | Initializes a new instance of the CustomAxisLabel class with the default settings. |
| CustomAxisLabel(String, DateTime) | name, value | Initializes a new instance of the CustomAxisLabel class with the specified name and date time value. |
| CustomAxisLabel(String, Double) | name, value | Initializes a new instance of the CustomAxisLabel class with the specified name and numeric value. |
| CustomAxisLabel(String, Object) | name, value | Initializes a new instance of the CustomAxisLabel class with the specified name and value. |
| CustomAxisLabel(String, String) | name, value | Initializes a new instance of the CustomAxisLabel class with the specified name and qualitative value. |
| CustomAxisLabel(String, TimeSpan) | name, value | Initializes a new instance of the CustomAxisLabel class with the specified name and numeric value. |
| CustomAxisLabel(String) | name | Initializes a new instance of the CustomAxisLabel class with the specified name. |
See Also