Axis ClassTerminal Works - PDF Printing.Net Library
This class represents an axis in a chart.
Inheritance Hierarchy

SystemObject
  PdfEdit.ChartingDocumentObject
    PdfEdit.ChartingChartObject
      PdfEdit.ChartingAxis

Namespace: PdfEdit.Charting
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class Axis : ChartObject

The Axis type exposes the following members.

Methods

  NameDescription
Public methodClone
Creates a deep copy of this object.
Protected methodDeepCopy
Implements the deep copy of the object.
(Overrides DocumentObjectDeepCopy.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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
Properties

  NameDescription
Public propertyHasMajorGridlines
Gets or sets, whether the axis has a primary gridline object.
Public propertyHasMinorGridlines
Gets or sets, whether the axis has a secondary gridline object.
Public propertyLineFormat
Gets the format of the axis line.
Public propertyMajorGridlines
Gets the primary gridline object.
Public propertyMajorTick
Gets or sets the interval of the primary tick.
Public propertyMajorTickMark
Gets or sets the type of the primary tick mark.
Public propertyMaximumScale
Gets or sets the maximum value of the axis.
Public propertyMinimumScale
Gets or sets the minimum value of the axis.
Public propertyMinorGridlines
Gets the secondary gridline object.
Public propertyMinorTick
Gets or sets the interval of the secondary tick.
Public propertyMinorTickMark
Gets or sets the type of the secondary tick mark.
Public propertyParent
Gets the parent object.
(Inherited from DocumentObject.)
Public propertyTickLabels
Gets the label of the primary tick.
Public propertyTitle
Gets the title of the axis.
Top
See Also

Reference