Chart ClassTerminal Works - PDF Printing.Net Library
Represents charts with different types.
Inheritance Hierarchy

SystemObject
  PdfEdit.ChartingDocumentObject
    PdfEdit.ChartingChart

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

public class Chart : DocumentObject

The Chart type exposes the following members.

Constructors

  NameDescription
Public methodChart
Initializes a new instance of the Chart class.
Public methodChart(ChartType)
Initializes a new instance of the Chart class with the specified chart type.
Top
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 propertyDataLabel
Gets the DataLabel of the chart.
Public propertyDisplayBlanksAs
Gets or sets a value defining how blanks in the data series should be shown.
Public propertyFont
Gets or sets the font for the chart. This will be the default font for all objects which are part of the chart.
Public propertyHasDataLabel
Gets or sets whether the chart has a DataLabel.
Public propertyLegend
Gets the legend of the chart.
Public propertyParent
Gets the parent object.
(Inherited from DocumentObject.)
Public propertyPlotArea
Gets the plot (drawing) area of the chart.
Public propertySeriesCollection
Gets the collection of the data series.
Public propertyType
Gets or sets the base type of the chart. ChartType of the series can be overwritten.
Public propertyXAxis
Gets the X-Axis of the Chart.
Public propertyXValues
Gets the collection of the values written on the X-Axis.
Public propertyYAxis
Gets the Y-Axis of the Chart.
Public propertyZAxis
Gets the Z-Axis of the Chart.
Top
See Also

Reference