Class GraphInfo
GraphInfo class
Represents graphics info.
public sealed class GraphInfo : ICloneable
Constructors
Name | Description |
---|
GraphInfo() | The default constructor. |
Properties
Name | Description |
---|
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. |
X { get; } | Retrieve the X coordinate of a vertical border when using TableAbsorber, and return “-1” for a horizontal border. |
Y { get; } | Retrieve the Y coordinate of a horizontal border when using TableAbsorber, and return “-1” for a vertical border. |
Methods
Name | Description |
---|
Clone() | Clone the graphics info. |
See Also