ValueAxis ClassBytescout Spreadsheet SDK
Specifies the value axis of the chart.
Inheritance Hierarchy

SystemObject
  Bytescout.Spreadsheet.ChartsChartAxis
    Bytescout.Spreadsheet.ChartsValueAxis

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public class ValueAxis : ChartAxis

The ValueAxis type exposes the following members.

Properties

  NameDescription
Public propertyAxisTitle
Gets object that represents the title of the specified axis.
(Inherited from ChartAxis.)
Public propertyCrossesBetweenCategories
Gets or sets a value indicating whether the value axis crosses the category axis between categories.
Public propertyCrossingPoint
Gets or sets the crossing point for the axis.
(Inherited from ChartAxis.)
Public propertyCrossingValue
Gets or sets the crossing value for the axis.
(Inherited from ChartAxis.)
Public propertyDoNotDraw
Gets or sets a value indicating whether this axis should not be drawn.
(Inherited from ChartAxis.)
Public propertyHasTitle
Gets or sets a value indicating whether this instance has title.
(Inherited from ChartAxis.)
Public propertyMajorTickMark
Gets or sets the major tick mark.
(Inherited from ChartAxis.)
Public propertyMajorUnit
Gets or sets the distance between major ticks.
Public propertyMinorTickMark
Gets or sets the minor tick mark.
(Inherited from ChartAxis.)
Public propertyMinorUnit
Gets or sets the distance between minor ticks.
Public propertyOrientation
Gets or sets the orientation of the axis.
(Inherited from ChartAxis.)
Public propertyPosition
Gets or sets the position of the axis within plot area.
(Inherited from ChartAxis.)
Public propertyShowMajorGridLines
Gets or sets a value indicating whether to show major grid lines.
(Inherited from ChartAxis.)
Public propertyShowMinorGridLines
Gets or sets a value indicating whether to show minor grid lines.
(Inherited from ChartAxis.)
Public propertyTickLabelPosition
Gets or sets the tick label position.
(Inherited from ChartAxis.)
Public propertyTickLabels
Gets a TickLabels object that represents the tick-mark labels for the specified axis.
(Inherited from ChartAxis.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference