Skip to main content
A newer version of this page is available. .

CustomAxisLabel Constructors

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) name Initializes a new instance of the CustomAxisLabel class with the specified name.
See Also