CustomAxisLabel Members
Represents an individual custom label of an axis.Constructors
Name | Description |
---|---|
CustomAxisLabel() | Initializes a new instance of the CustomAxisLabel class with the default settings. |
CustomAxisLabel(String, DateTime) | Initializes a new instance of the CustomAxisLabel class with the specified name and date time value. |
CustomAxisLabel(String, Double) | Initializes a new instance of the CustomAxisLabel class with the specified name and numeric value. |
CustomAxisLabel(String, Object) | Initializes a new instance of the CustomAxisLabel class with the specified name and value. |
CustomAxisLabel(String, String) | Initializes a new instance of the CustomAxisLabel class with the specified name and qualitative value. |
CustomAxisLabel(String, TimeSpan) | Initializes a new instance of the CustomAxisLabel class with the specified name and numeric value. |
CustomAxisLabel(String) | Initializes a new instance of the CustomAxisLabel class with the specified name. |
Properties
Name | Description |
---|---|
AxisValue | Gets or sets the custom label’s position along an axis. |
AxisValueSerializable | Gets or sets the string value used to support serialization of the CustomAxisLabel.AxisValue property. |
BackColor | Gets or sets the background color for an axis custom label. |
Border | Returns the border style of a axis custom label . |
DXFont | Gets or sets the font used for the custom axis label. |
FillStyle | Gets the fill style settings of a axis custom label. |
Font | Gets or sets the font used by the custom axis label. |
GridLineVisible | Gets or sets the value that specifies whether to show a grid line for the custom axis label. |
Name | Gets or sets the name of the chart element. Inherited from ChartElementNamed. |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
TextColor | Gets or sets the text color used by the custom axis label. |
Visible | Specifies whether the custom axis label is visible. |
Methods
Name | Description |
---|---|
Assign(ChartElement) | Copies all the settings from the CustomAxisLabel object passed as the parameter. |
Clone() | Creates a copy of the current ChartElement object. Inherited from ChartElement. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of the named chart element. Inherited from ChartElementNamed. |
See Also