__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import ConvertibleToInt, Incomplete, Unused
from typing import ClassVar, Literal
from typing_extensions import TypeAlias
from openpyxl.chart.layout import Layout
from openpyxl.chart.shapes import GraphicalProperties
from openpyxl.chart.text import RichText
from openpyxl.descriptors.base import Alias, Typed, _ConvertibleToBool
from openpyxl.descriptors.excel import ExtensionList
from openpyxl.descriptors.nested import NestedBool, NestedInteger, NestedSet
from openpyxl.descriptors.serialisable import Serialisable
from ..xml._functions_overloads import _HasTagAndGet
_LegendLegendPos: TypeAlias = Literal["b", "tr", "l", "r", "t"]
class LegendEntry(Serialisable):
tagname: ClassVar[str]
idx: NestedInteger[Literal[False]]
delete: NestedBool[Literal[False]]
txPr: Typed[RichText, Literal[True]]
extLst: Typed[ExtensionList, Literal[True]]
__elements__: ClassVar[tuple[str, ...]]
def __init__(
self,
idx: _HasTagAndGet[ConvertibleToInt] | ConvertibleToInt = 0,
delete: _HasTagAndGet[_ConvertibleToBool] | _ConvertibleToBool = False,
txPr: RichText | None = None,
extLst: Unused = None,
) -> None: ...
class Legend(Serialisable):
tagname: ClassVar[str]
legendPos: NestedSet[_LegendLegendPos]
position: Alias
legendEntry: Incomplete
layout: Typed[Layout, Literal[True]]
overlay: NestedBool[Literal[True]]
spPr: Typed[GraphicalProperties, Literal[True]]
graphicalProperties: Alias
txPr: Typed[RichText, Literal[True]]
textProperties: Alias
extLst: Typed[ExtensionList, Literal[True]]
__elements__: ClassVar[tuple[str, ...]]
def __init__(
self,
legendPos: _HasTagAndGet[_LegendLegendPos] | _LegendLegendPos = "r",
legendEntry=(),
layout: Layout | None = None,
overlay: _HasTagAndGet[_ConvertibleToBool | None] | _ConvertibleToBool | None = None,
spPr: GraphicalProperties | None = None,
txPr: RichText | None = None,
extLst: Unused = None,
) -> None: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _3d.pyi | File | 2.65 KB | 0644 |
|
| __init__.pyi | File | 728 B | 0644 |
|
| _chart.pyi | File | 1.92 KB | 0644 |
|
| area_chart.pyi | File | 2.32 KB | 0644 |
|
| axis.pyi | File | 12.29 KB | 0644 |
|
| bar_chart.pyi | File | 3.27 KB | 0644 |
|
| bubble_chart.pyi | File | 1.76 KB | 0644 |
|
| chartspace.pyi | File | 6.15 KB | 0644 |
|
| data_source.pyi | File | 4.57 KB | 0644 |
|
| descriptors.pyi | File | 633 B | 0644 |
|
| error_bar.pyi | File | 1.99 KB | 0644 |
|
| label.pyi | File | 4.06 KB | 0644 |
|
| layout.pyi | File | 2.2 KB | 0644 |
|
| legend.pyi | File | 2.02 KB | 0644 |
|
| line_chart.pyi | File | 3.34 KB | 0644 |
|
| marker.pyi | File | 2.36 KB | 0644 |
|
| picture.pyi | File | 1.32 KB | 0644 |
|
| pie_chart.pyi | File | 3.97 KB | 0644 |
|
| pivot.pyi | File | 1.85 KB | 0644 |
|
| plotarea.pyi | File | 2.85 KB | 0644 |
|
| print_settings.pyi | File | 1.33 KB | 0644 |
|
| radar_chart.pyi | File | 1.32 KB | 0644 |
|
| reader.pyi | File | 32 B | 0644 |
|
| reference.pyi | File | 1.62 KB | 0644 |
|
| scatter_chart.pyi | File | 1.38 KB | 0644 |
|
| series.pyi | File | 4.24 KB | 0644 |
|
| series_factory.pyi | File | 211 B | 0644 |
|
| shapes.pyi | File | 2.17 KB | 0644 |
|
| stock_chart.pyi | File | 1.12 KB | 0644 |
|
| surface_chart.pyi | File | 2.34 KB | 0644 |
|
| text.pyi | File | 1.13 KB | 0644 |
|
| title.pyi | File | 1.5 KB | 0644 |
|
| trendline.pyi | File | 3.01 KB | 0644 |
|
| updown_bars.pyi | File | 711 B | 0644 |
|