Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Specifies a series axis for the chart.
Inheritance Hierarchy
Bytescout.Spreadsheet.ChartsChartAxis
Bytescout.Spreadsheet.ChartsSeriesAxis
Namespace: Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax
The SeriesAxis type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AxisTitle |
Gets object that represents the title of the specified axis.
(Inherited from ChartAxis.) | |
| CrossingPoint |
Gets or sets the crossing point for the axis.
(Inherited from ChartAxis.) | |
| CrossingValue |
Gets or sets the crossing value for the axis.
(Inherited from ChartAxis.) | |
| DoNotDraw |
Gets or sets a value indicating whether this axis should not be drawn.
(Inherited from ChartAxis.) | |
| HasTitle |
Gets or sets a value indicating whether this instance has title.
(Inherited from ChartAxis.) | |
| MajorTickMark |
Gets or sets the major tick mark.
(Inherited from ChartAxis.) | |
| MinorTickMark |
Gets or sets the minor tick mark.
(Inherited from ChartAxis.) | |
| Orientation |
Gets or sets the orientation of the axis.
(Inherited from ChartAxis.) | |
| Position |
Gets or sets the position of the axis within plot area.
(Inherited from ChartAxis.) | |
| ShowMajorGridLines |
Gets or sets a value indicating whether to show major grid lines.
(Inherited from ChartAxis.) | |
| ShowMinorGridLines |
Gets or sets a value indicating whether to show minor grid lines.
(Inherited from ChartAxis.) | |
| TickLabelPosition |
Gets or sets the tick label position.
(Inherited from ChartAxis.) | |
| TickLabels |
Gets a TickLabels object that represents the tick-mark labels for the specified axis.
(Inherited from ChartAxis.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also