Name | Description | |
---|---|---|
ValueAxis Constructor | Initializes a new instance of the ValueAxis class. |
The following tables list the members exposed by ValueAxis.
Name | Description | |
---|---|---|
ValueAxis Constructor | Initializes a new instance of the ValueAxis class. |
Name | Description | |
---|---|---|
Id | Gets the Id of this Axis. (Inherited from Xceed.Document.NET.Axis) | |
IsVisible | Gets or sets if this Axis is visible. (Inherited from Axis) | |
LabelPosition | Gets or sets the position of the axis' tick labels. Default value is NextToAxis. (Inherited from Axis) | |
LogBase | Gets or sets a logarithmic scale on the value axis. The chosen value must be over 2. | |
MajorTickMarksUnits | Allows the user to add or remove custom unit mark values for major tick marks. | |
MajorTicksMarksType | Allows the user to set the desired major tick mark type. (Inherited from Axis) | |
Max | Gets or sets the maximum value that can be displayed on the value axis. It cannot be equal or less than the minimum value. | |
Min | Gets or sets the minimum value that can be displayed on the value axis. It cannot be equal or greater than the maximum value. | |
MinorTickMarksUnits | Allows the user to add or remove custom unit mark values for minor tick marks. | |
MinorTicksMarksType | Allows the user to set the desired minor tick mark type. (Inherited from Axis) | |
ReverseOrientation | Allows the user to change the display order. Orders the value from Min to Max if set to false; orders the value from Max to Min if set to true. The default setting is false. (Inherited from Axis) | |
Title | (Inherited from Axis) | |
TitleFormat | Gets/sets the formatting of an axis' title. (Inherited from Axis) |