GraphInfo Properties

The GraphInfo type exposes the following members.

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.
See Also