XlsChartLegend module

class XlsChartLegend.XlsChartLegend

Bases: XlsObject, IChartLegend

property AutoPosition: bool
<summary>

Automatic positioning .

</summary>

property AutoPositionX: bool
<summary>

X positioning is automatic.

</summary>

property AutoPositionY: bool
<summary>

Y positioning is automatic.

</summary>

Clear()
Delete()
property FrameFormat: IChartFrameFormat
property HasDataTable: bool
<summary>

True if chart contains data table.

</summary>

property Height: int
<summary>

Y-size. 1/4000 of chart plot. IsHMode Shall set to True

</summary>

property IncludeInLayout: bool
<summary>

Show legend without overlapping. Default is True.

</summary>

property InnerLayoutTarget: bool
property IsHMode: bool
<summary>
false value Specifies that the Height shall be interpreted

as the Bottom of the chart element..

</summary>

property IsVerticalLegend: bool
<summary>

Indicates whether if vertical legend.

</summary>

property IsWMode: bool
<summary>
false value Specifies that the Width shall be interpreted

as the Right of the chart element..

</summary>

property IsXMode: bool
<summary>
true value Specifies that the X shall be interpreted

as the Left of the chart element..

</summary>

property IsYMode: bool
<summary>
true value Specifies that the Y shall be interpreted

as the Top of the chart element..

</summary>

property LegendEntries: IChartLegendEntries
property Position: LegendPositionType
<summary>

Legend position type.

</summary>

property TextArea: IChartTextArea
property Width: int
<summary>

X-size. 1/4000 of chart plot. IsWMode Shall set to True

</summary>

property X: int
<summary>
X-position of upper-left corner. 1/4000 of chart plot.

IsXMode Shall set to True

</summary>

property Y: int
<summary>
Y-position of upper-left corner. 1/4000 of chart plot.

IsYMode Shall set to True

</summary>