Back to Devexpress

CustomAxisLabel Constructors

corelibraries-devexpress-dot-xtracharts-dot-customaxislabel-dot-ctor.md

latest2.5 KB
Original Source

CustomAxisLabel Constructors

Represents an individual custom label of an axis.

NameParametersDescription
CustomAxisLabel()noneInitializes a new instance of the CustomAxisLabel class with the default settings.
CustomAxisLabel(String, DateTime)name, valueInitializes a new instance of the CustomAxisLabel class with the specified name and date time value.
CustomAxisLabel(String, Double)name, valueInitializes a new instance of the CustomAxisLabel class with the specified name and numeric value.
CustomAxisLabel(String, Object)name, valueInitializes a new instance of the CustomAxisLabel class with the specified name and value.
CustomAxisLabel(String, String)name, valueInitializes a new instance of the CustomAxisLabel class with the specified name and qualitative value.
CustomAxisLabel(String, TimeSpan)name, valueInitializes a new instance of the CustomAxisLabel class with the specified name and numeric value.
CustomAxisLabel(String)nameInitializes a new instance of the CustomAxisLabel class with the specified name.

See Also

CustomAxisLabel Class

CustomAxisLabel Members

DevExpress.XtraCharts Namespace