AxisLabelList
Base class from which all axis label lists are derived.
public abstract class AxisLabelList
Public MustInherit Class AxisLabelList
Inheritance: ObjectAxisLabelList
Derived: DateTimeXAxisLabelList, DateTimeYAxisLabelList, IndexedXAxisLabelList, IndexedYAxisLabelList, NumericXAxisLabelList, NumericYAxisLabelList, PercentageXAxisLabelList, PercentageYAxisLabelList, XAxisLabelList, YAxisLabelList
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
AutoLabels | Gets or sets the auto creation status of the axis label list. By default it is true. |
Count | Gets the number of elements actually contained. |
Font | Gets or sets the Font to use for the axis label list. |
FontSize | Gets or sets the font size of the axis label list. |
MaximumLabelWidth | Sets the maximum width of the axis label. |
TextColor | Gets or sets the Color to use for the axis label list. |
Visible | Gets or sets the axis label list visible status. By default it is true. |
WrapText | Gets or sets the WrapText property of the axis label list. |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |