Class GraphInfo

GraphInfo class

Represents graphics info.

public sealed class GraphInfo : ICloneable

Constructors

NameDescription
GraphInfo()The default constructor.

Properties

NameDescription
Color { get; set; }Gets or sets a Color object that indicates the color of the graph.
DashArray { get; set; }Gets or sets a dash array.
DashPhase { get; set; }Gets or sets a dash phase.
FillColor { get; set; }Gets or sets a Color object that indicates the fill color of the graph.
IsDoubled { get; set; }Gets or sets is border doubled.
LineWidth { get; set; }Gets or sets a float value that indicates the line width of the graph.
RotationAngle { get; set; }Gets or sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.
ScalingRateX { get; set; }Gets or sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.
ScalingRateY { get; set; }Gets or sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.
SkewAngleX { get; set; }Gets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
SkewAngleY { get; set; }Gets or sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.

Methods

NameDescription
Clone()Clone the graphics info.

See Also