﻿# GraphInfo
Represents graphics info.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**line_width** | **double** | Gets or sets a float value that indicates the line width of the graph. | [optional]
**color** | [**\Aspose\PDF\Model\Color**](Color.md) | Gets or sets a Color object that indicates the color of the graph. | [optional]
**dash_array** | **int[]** | Gets or sets a dash array. | [optional]
**dash_phase** | **int** | Gets or sets a dash phase. | [optional]
**fill_color** | [**\Aspose\PDF\Model\Color**](Color.md) | Gets or sets a Color object that indicates the fill color of the graph. | [optional]
**is_doubled** | **bool** | Gets or sets is border doubled. | [optional]
**skew_angle_x** | **double** | Gets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system. | [optional]
**skew_angle_y** | **double** | Gets or sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system. | [optional]
**scaling_rate_x** | **double** | Gets or sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system. | [optional]
**scaling_rate_y** | **double** | Gets or sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system. | [optional]
**rotation_angle** | **double** | Gets or sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/GraphInfo.php)

