AsposeCellsCloud::Object::Legend

Load the model package

use AsposeCellsCloud::Object::Legend;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- Position | string | Gets or sets the legend position type. | LegendEntries | LinkElement | Gets a collection of all the LegendEntry objects in the specified chart legend. Setting the legend entries of the surface chart is not supported. So it will return null if the chart type is surface chart type. | Area | Area | | AutoScaleFont | boolean | | BackgroundMode | string | | Border | Line | | Font | Font | | IsAutomaticSize | boolean | | IsInnerMode | boolean | | Shadow | boolean | | Width | int | | Height | int | | X | int | | Y | int | |

[Back to Model list]
[Back to README]