__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import Incomplete, Unused
from typing import ClassVar, Literal
from typing_extensions import Self
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
from openpyxl.descriptors.serialisable import Serialisable, _ChildSerialisableTreeElement
from openpyxl.xml.functions import Element
from ..xml._functions_overloads import _HasTagAndGet
class DataTable(Serialisable):
tagname: ClassVar[str]
showHorzBorder: NestedBool[Literal[True]]
showVertBorder: NestedBool[Literal[True]]
showOutline: NestedBool[Literal[True]]
showKeys: NestedBool[Literal[True]]
spPr: Typed[GraphicalProperties, Literal[True]]
graphicalProperties: Alias
txPr: Typed[RichText, Literal[True]]
extLst: Typed[ExtensionList, Literal[True]]
__elements__: ClassVar[tuple[str, ...]]
def __init__(
self,
showHorzBorder: _HasTagAndGet[_ConvertibleToBool | None] | _ConvertibleToBool | None = None,
showVertBorder: _HasTagAndGet[_ConvertibleToBool | None] | _ConvertibleToBool | None = None,
showOutline: _HasTagAndGet[_ConvertibleToBool | None] | _ConvertibleToBool | None = None,
showKeys: _HasTagAndGet[_ConvertibleToBool | None] | _ConvertibleToBool | None = None,
spPr: GraphicalProperties | None = None,
txPr: RichText | None = None,
extLst: Unused = None,
) -> None: ...
class PlotArea(Serialisable):
tagname: ClassVar[str]
layout: Typed[Layout, Literal[True]]
dTable: Typed[DataTable, Literal[True]]
spPr: Typed[GraphicalProperties, Literal[True]]
graphicalProperties: Alias
extLst: Typed[ExtensionList, Literal[True]]
areaChart: Incomplete
area3DChart: Incomplete
lineChart: Incomplete
line3DChart: Incomplete
stockChart: Incomplete
radarChart: Incomplete
scatterChart: Incomplete
pieChart: Incomplete
pie3DChart: Incomplete
doughnutChart: Incomplete
barChart: Incomplete
bar3DChart: Incomplete
ofPieChart: Incomplete
surfaceChart: Incomplete
surface3DChart: Incomplete
bubbleChart: Incomplete
valAx: Incomplete
catAx: Incomplete
dateAx: Incomplete
serAx: Incomplete
__elements__: ClassVar[tuple[str, ...]]
def __init__(
self,
layout: Layout | None = None,
dTable: DataTable | None = None,
spPr: GraphicalProperties | None = None,
_charts=(),
_axes=(),
extLst: Unused = None,
) -> None: ...
def to_tree(self, tagname: str | None = None, idx: Unused = None, namespace: Unused = None) -> Element: ...
@classmethod
def from_tree(cls, node: _ChildSerialisableTreeElement) -> Self: ...
| 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 |
|