AsposeCellsCloud::Object::Walls

Load the model package

use AsposeCellsCloud::Object::Walls;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- CenterX | int | Gets the x coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart's width after calls Chart.Calculate() method. | CenterY | int | Gets the y coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart's height after calls Chart.Calculate() method. | Depth | int | Gets the depth front to back in units of 1/4000 of chart's width after calls Chart.Calculate() method. | Height | int | Gets the height of top to bottom in units of 1/4000 of chart's height after calls Chart.Calculate() method. | Width | int | Gets the width of left to right in units of 1/4000 of chart's width after calls Chart.Calculate() method. | Border | Line | | BackgroundColor | Color | | FillFormat | FillFormat | | ForegroundColor | Color | | Format | string | | InvertIfNegative | boolean | | Transparency | double | |

[Back to Model list]
[Back to README]