GraphInfo Class
Represents graphics info.
Inheritance Hierarchy
SystemObject
  Aspose.PdfGraphInfo

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class GraphInfo : ICloneable

The GraphInfo type exposes the following members.

Constructors
  NameDescription
Public methodGraphInfo
Initializes a new instance of the GraphInfo class
Properties
  NameDescription
Public propertyColor
Gets or sets a Color object that indicates the color of the graph.
Public propertyDashArray
Gets or sets a dash array.
Public propertyDashPhase
Gets or sets a dash phase.
Public propertyFillColor
Gets or sets a Color object that indicates the fill color of the graph.
Public propertyIsDoubled
Gets or sets is border doubled.
Public propertyLineWidth
Gets or sets a float value that indicates the line width of the graph.
Public propertyRotationAngle
Gets or sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.
Public propertyScalingRateX
Gets or sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.
Public propertyScalingRateY
Gets or sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.
Public propertySkewAngleX
Gets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
Public propertySkewAngleY
Gets or sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.
Methods
  NameDescription
Public methodClone
Clone the graphics info.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also