Skip to content

Commit

Permalink
Update docs for chart options description
Browse files Browse the repository at this point in the history
  • Loading branch information
xuri committed Jun 27, 2023
1 parent 7e731ea commit 836529f
Show file tree
Hide file tree
Showing 8 changed files with 184 additions and 128 deletions.
39 changes: 23 additions & 16 deletions ar/chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,32 +131,39 @@ ShowVal | `bool` | `false` | يحدد أن القيمة يجب أن تظ

معامل|اكتب|إفتراضي|تفسير
---|---|---|---
None | `bool` | `false` | تعطيل المحاور.
MajorGridLines | `bool` | `false` | يحدد خطوط الشبكة الرئيسية.
MinorGridLines | `bool` | `false` | يحدد خطوط الشبكة الثانوية.
TickLabelSkip | `int` | `1` | يحدد عدد علامات التجزئة المطلوب تخطيها بين التسمية المرسومة. خاصية `TickLabelSkip` اختيارية. القيمة الافتراضية هي تلقائي.
ReverseOrder | `bool` | `false` | يحدد أن الفئات أو القيم بترتيب عكسي (اتجاه المخطط). خاصية `ReverseOrder` اختيارية.
Maximum | `*float64` | `0` | يحدد أن الحد الأقصى الثابت ، 0 هو تلقائي. الخاصية القصوى اختيارية.
Minimum | `*float64` | `0` | يحدد أن الحد الأدنى الثابت ، 0 هو تلقائي. الحد الأدنى من الممتلكات اختياري. القيمة الافتراضية هي تلقائي.
None | `bool` | `false` | تعطيل المحاور.
MajorGridLines | `bool` | `false` | يحدد خطوط الشبكة الرئيسية.
MinorGridLines | `bool` | `false` | يحدد خطوط الشبكة الثانوية.
TickLabelSkip | `int` | `1` | يحدد عدد علامات التجزئة المطلوب تخطيها بين التسمية المرسومة. خاصية `TickLabelSkip` اختيارية. القيمة الافتراضية هي تلقائي.
ReverseOrder | `bool` | `false` | يحدد أن الفئات أو القيم بترتيب عكسي (اتجاه المخطط). خاصية `ReverseOrder` اختيارية.
Maximum | `*float64` | `0` | يحدد أن الحد الأقصى الثابت ، 0 هو تلقائي. الخاصية القصوى اختيارية.
Minimum | `*float64` | `0` | يحدد أن الحد الأدنى الثابت ، 0 هو تلقائي. الحد الأدنى من الممتلكات اختياري. القيمة الافتراضية هي تلقائي.
Font | `Font` | غير متاح| يحدد أن خط المحور الأفقي.
NumFmt | `ChartNumFmt` | غير متاح| يحدد أنه في حالة الارتباط بالمصدر وتعيين رمز تنسيق رقم مخصص للمحور.
Title | `[]RichTextRun` | غير متاح| يحدد أن عنوان المحور الأفقي الأساسي وتغيير حجم المخطط.

خصائص `YAxis` التي يمكن تعيينها هي:

معامل|اكتب|إفتراضي|تفسير
---|---|---|---
None | `bool` | `false` |تعطيل المحاور.
MajorGridLines | `bool` | `false` | يحدد خطوط الشبكة الرئيسية.
MinorGridLines | `bool` | `false` | يحدد خطوط الشبكة الثانوية.
MajorUnit | `float64` | `0` | يحدد المسافة بين العلامات الرئيسية. يجب أن يحتوي على رقم موجب من الفاصلة العائمة. الخاصية `MajorUnit` اختيارية. القيمة الافتراضية هي تلقائي.
ReverseOrder | `bool` | `false` | يحدد أن الفئات أو القيم بترتيب عكسي (اتجاه المخطط). خاصية `ReverseOrder` اختيارية.
Maximum | `*float64` | `0` | يحدد أن الحد الأقصى الثابت ، 0 هو تلقائي. الخاصية القصوى اختيارية.
Minimum | `*float64` | `0` | يحدد أن الحد الأدنى الثابت ، 0 هو تلقائي. الحد الأدنى من الممتلكات اختياري. القيمة الافتراضية هي تلقائي.
None | `bool` | `false` |تعطيل المحاور.
MajorGridLines | `bool` | `false` | يحدد خطوط الشبكة الرئيسية.
MinorGridLines | `bool` | `false` | يحدد خطوط الشبكة الثانوية.
MajorUnit | `float64` | `0` | يحدد المسافة بين العلامات الرئيسية. يجب أن يحتوي على رقم موجب من الفاصلة العائمة. الخاصية `MajorUnit` اختيارية. القيمة الافتراضية هي تلقائي.
ReverseOrder | `bool` | `false` | يحدد أن الفئات أو القيم بترتيب عكسي (اتجاه المخطط). خاصية `ReverseOrder` اختيارية.
Maximum | `*float64` | `0` | يحدد أن الحد الأقصى الثابت ، 0 هو تلقائي. الخاصية القصوى اختيارية.
Minimum | `*float64` | `0` | يحدد أن الحد الأدنى الثابت ، 0 هو تلقائي. الحد الأدنى من الممتلكات اختياري. القيمة الافتراضية هي تلقائي.
Font | `Font` | غير متاح| يحدد أن خط المحور الرأسي.
LogBase | `float64` | غير متاح| يحدد الرقم الأساسي للمقياس اللوغاريتمي للمحور العمودي.
NumFmt | `ChartNumFmt` | غير متاح| يحدد أنه في حالة الارتباط بالمصدر وتعيين رمز تنسيق رقم مخصص للمحور.
Title | `[]RichTextRun` | غير متاح| يحدد أن عنوان المحور الرأسي الأساسي وتغيير حجم المخطط.

عيِّن حجم الرسم البياني حسب خاصية `Dimension`. خاصية البعد اختيارية. الخصائص التي يمكن تعيينها هي:

معامل|اكتب|إفتراضي|تفسير
---|---|---|---
Height | `int` | 290 | ارتفاع
Width | `int` | 480 | عرض
Height | `uint` | 260 | ارتفاع
Width | `uint` | 480 | عرض

تحدد المعلمة `combo` إنشاء مخطط يجمع بين نوعين أو أكثر من أنواع المخططات في مخطط واحد. على سبيل المثال ، أنشئ مخططًا خطيًا متفاوت المسافات يحتوي على البيانات `Sheet1!$E$1:$L$15`:

Expand Down
39 changes: 23 additions & 16 deletions de/chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,32 +131,39 @@ Die Eigenschaften von `XAxis`, die eingestellt werden können, sind:

Parameter|Typ|Standard|Erläuterung
---|---|---|---
None | `bool` | `false` | Achsen deaktivieren.
MajorGridLines | `bool` | `false` | Gibt die Hauptgitterlinien an.
MinorGridLines | `bool` | `false` | Gibt kleinere Gitterlinien an.
TickLabelSkip | `int` | `1` | Gibt an, wie viele Häkchen zwischen einem gezeichneten Etikett übersprungen werden sollen. Die Eigenschaft `TickLabelSkip` ist optional. Der Standardwert ist auto.
ReverseOrder | `bool` | `false` | Gibt an, dass die Kategorien oder Werte in umgekehrter Reihenfolge (Ausrichtung des Diagramms) sind. Die Eigenschaft `ReverseOrder` ist optional.
Maximum | `*float64` | `0` | Gibt an, dass das feste Maximum 0 automatisch ist. Die maximale Eigenschaft ist optional.
Minimum | `*float64` | `0` | Gibt an, dass das feste Minimum 0 automatisch ist. Die minimale Eigenschaft ist optional. Der Standardwert ist auto.
None | `bool` | `false` | Achsen deaktivieren.
MajorGridLines | `bool` | `false` | Gibt die Hauptgitterlinien an.
MinorGridLines | `bool` | `false` | Gibt kleinere Gitterlinien an.
TickLabelSkip | `int` | `1` | Gibt an, wie viele Häkchen zwischen einem gezeichneten Etikett übersprungen werden sollen. Die Eigenschaft `TickLabelSkip` ist optional. Der Standardwert ist auto.
ReverseOrder | `bool` | `false` | Gibt an, dass die Kategorien oder Werte in umgekehrter Reihenfolge (Ausrichtung des Diagramms) sind. Die Eigenschaft `ReverseOrder` ist optional.
Maximum | `*float64` | `0` | Gibt an, dass das feste Maximum 0 automatisch ist. Die maximale Eigenschaft ist optional.
Minimum | `*float64` | `0` | Gibt an, dass das feste Minimum 0 automatisch ist. Die minimale Eigenschaft ist optional. Der Standardwert ist auto.
Font | `Font` | N/A | Gibt die Schriftart der horizontalen Achse an.
NumFmt | `ChartNumFmt` | N/A | Gibt an, dass bei Verknüpfung mit der Quelle ein benutzerdefinierter Zahlenformatcode für die Achse festgelegt wird.
Title | `[]RichTextRun` | N/A | Gibt den Titel der primären horizontalen Achse und die Größenänderung des Diagramms an.

Die Eigenschaften von `YAxis`, die eingestellt werden können, sind:

Parameter|Typ|Standard|Erläuterung
---|---|---|---
None | `bool` | `false` | Achsen deaktivieren.
MajorGridLines | `bool` | `false` | Gibt die Hauptgitterlinien an.
MinorGridLines | `bool` | `false` | Gibt kleinere Gitterlinien an.
MajorUnit | `float64` | `0` | Gibt den Abstand zwischen den Hauptstrichen an. Muss eine positive Gleitkommazahl enthalten. Die Eigenschaft `MajorUnit` ist optional. Der Standardwert ist auto.
ReverseOrder | `bool` | `false` | Gibt an, dass die Kategorien oder Werte in umgekehrter Reihenfolge (Ausrichtung des Diagramms) sind. Die Eigenschaft `ReverseOrder` ist optional.
Maximum | `*float64` | `0` | Gibt an, dass das feste Maximum 0 automatisch ist. Die maximale Eigenschaft ist optional.
Minimum | `*float64` | `0` | Gibt an, dass das feste Minimum 0 automatisch ist. Die minimale Eigenschaft ist optional. Der Standardwert ist auto.
None | `bool` | `false` | Achsen deaktivieren.
MajorGridLines | `bool` | `false` | Gibt die Hauptgitterlinien an.
MinorGridLines | `bool` | `false` | Gibt kleinere Gitterlinien an.
MajorUnit | `float64` | `0` | Gibt den Abstand zwischen den Hauptstrichen an. Muss eine positive Gleitkommazahl enthalten. Die Eigenschaft `MajorUnit` ist optional. Der Standardwert ist auto.
ReverseOrder | `bool` | `false` | Gibt an, dass die Kategorien oder Werte in umgekehrter Reihenfolge (Ausrichtung des Diagramms) sind. Die Eigenschaft `ReverseOrder` ist optional.
Maximum | `*float64` | `0` | Gibt an, dass das feste Maximum 0 automatisch ist. Die maximale Eigenschaft ist optional.
Minimum | `*float64` | `0` | Gibt an, dass das feste Minimum 0 automatisch ist. Die minimale Eigenschaft ist optional. Der Standardwert ist auto.
Font | `Font` | N/A | Gibt die Schriftart der vertikalen Achse an.
LogBase | `float64` | N/A | Gibt die Basiszahl der logarithmischen Skala der vertikalen Achse an.
NumFmt | `ChartNumFmt` | N/A | Gibt an, dass bei Verknüpfung mit der Quelle ein benutzerdefinierter Zahlenformatcode für die Achse festgelegt wird.
Title | `[]RichTextRun` | N/A | Gibt den Titel der primären vertikalen Achse und die Größenänderung des Diagramms an.

Legen Sie die Diagrammgröße anhand der Eigenschaft `Dimension` fest. Die Dimensionseigenschaft ist optional. Folgende Eigenschaften können festgelegt werden:

Parameter|Typ|Standard|Erläuterung
---|---|---|---
Height | `int` | 290 | Height
Width | `int` | 480 | Width
Height | `uint` | 260 | Height
Width | `uint` | 480 | Width

Der Parameter `combo` gibt an, dass ein Diagramm erstellt wird, das zwei oder mehr Diagrammtypen in einem einzelnen Diagramm kombiniert. Erstellen Sie beispielsweise ein gruppiertes Spalten-Liniendiagramm mit den Daten `Sheet1!$E$1:$L$15`:

Expand Down
39 changes: 23 additions & 16 deletions en/chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,32 +131,39 @@ The properties of `XAxis` that can be set are:

Parameter|Type|Default|Explanation
---|---|---|---
None | `bool` | `false` | Disable axes.
MajorGridLines | `bool` | `false` | Specifies major grid lines.
MinorGridLines | `bool` | `false` | Specifies minor grid lines.
TickLabelSkip | `int` | `1` | Specifies how many tick labels to skip between label that is drawn. The `TickLabelSkip` property is optional. The default value is auto.
ReverseOrder | `bool` | `false` | Specifies that the categories or values in reverse order (orientation of the chart). The `ReverseOrder` property is optional.
Maximum | `int` | `0` | Specifies that the fixed maximum, 0 is auto. The maximum property is optional.
Minimum | `int` | `0` | Specifies that the fixed minimum, 0 is auto. The minimum property is optional. The default value is auto.
None | `bool` | `false` | Disable axes.
MajorGridLines | `bool` | `false` | Specifies major grid lines.
MinorGridLines | `bool` | `false` | Specifies minor grid lines.
TickLabelSkip | `int` | `1` | Specifies how many tick labels to skip between label that is drawn. The `TickLabelSkip` property is optional. The default value is auto.
ReverseOrder | `bool` | `false` | Specifies that the categories or values in reverse order (orientation of the chart). The `ReverseOrder` property is optional.
Maximum | `*float64` | `0` | Specifies that the fixed maximum, 0 is auto. The maximum property is optional.
Minimum | `*float64` | `0` | Specifies that the fixed minimum, 0 is auto. The minimum property is optional. The default value is auto.
Font | `Font` | N/A | Specifies that the font of the horizontal axis.
NumFmt | `ChartNumFmt` | N/A | Specifies that if linked to source and set custom number format code for axis.
Title | `[]RichTextRun` | N/A | Specifies that the primary horizontal axis title and resize chart.

The properties of `YAxis` that can be set are:

Parameter|Type|Default|Explanation
---|---|---|---
None | `bool` | `false` | Disable axes.
MajorGridLines | `bool` | `false` | Specifies major grid lines.
MinorGridLines | `bool` | `false` | Specifies minor grid lines.
MajorUnit | `float64` | `0` | Specifies the distance between major ticks. Shall contain a positive floating-point number. The `MajorUnit` property is optional. The default value is auto.
ReverseOrder | `bool` | `false` | Specifies that the categories or values in reverse order (orientation of the chart). The `ReverseOrder` property is optional.
Maximum | `int` | `0` | Specifies that the fixed maximum, 0 is auto. The maximum property is optional.
Minimum | `int` | `0` | Specifies that the fixed minimum, 0 is auto. The minimum property is optional. The default value is auto.
None | `bool` | `false` | Disable axes.
MajorGridLines | `bool` | `false` | Specifies major grid lines.
MinorGridLines | `bool` | `false` | Specifies minor grid lines.
MajorUnit | `float64` | `0` | Specifies the distance between major ticks. Shall contain a positive floating-point number. The `MajorUnit` property is optional. The default value is auto.
ReverseOrder | `bool` | `false` | Specifies that the categories or values in reverse order (orientation of the chart). The `ReverseOrder` property is optional.
Maximum | `*float64` | `0` | Specifies that the fixed maximum, 0 is auto. The maximum property is optional.
Minimum | `*float64` | `0` | Specifies that the fixed minimum, 0 is auto. The minimum property is optional. The default value is auto.
Font | `Font` | N/A | Specifies that the font of the vertical axis.
LogBase | `float64` | N/A | Specifies logarithmic scale base number of the vertical axis.
NumFmt | `ChartNumFmt` | N/A | Specifies that if linked to source and set custom number format code for axis.
Title | `[]RichTextRun` | N/A | Specifies that the primary vertical axis title and resize chart.

Set the chart size by `Dimension` property. The dimension property is optional. The properties that can be set are:

Parameter|Type|Default|Explanation
---|---|---|---
Height | `int` | 290 | Height
Width | `int` | 480 | Width
Height | `uint` | 260 | Height
Width | `uint` | 480 | Width

The parameter `combo` specifies the create a chart that combines two or more chart types in a single chart. For example, create a clustered column - line chart with data `Sheet1!$E$1:$L$15`:

Expand Down
Loading

0 comments on commit 836529f

Please sign in to comment.