Skip to content

Commit 3ff71db

Browse files
committed
Update XML documentation
1 parent b091d79 commit 3ff71db

File tree

1 file changed

+93
-2
lines changed

1 file changed

+93
-2
lines changed

src/Blazor-ApexCharts/Models/ApexChartOptions.cs

Lines changed: 93 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ public class TreemapRanges
233233
/// </summary>
234234
public string ForeColor { get; set; }
235235

236+
/// <summary>
237+
/// Undocumented, this property exists in the TypeScript definition
238+
/// </summary>
236239
public string Name { get; set; }
237240
}
238241

@@ -305,6 +308,9 @@ public class AnnotationsImage
305308
/// </summary>
306309
public class AnnotationsPoint
307310
{
311+
/// <summary>
312+
/// Undocumented, this property exists in the TypeScript definition
313+
/// </summary>
308314
public string Id { get; set; }
309315

310316
/// <inheritdoc cref="ApexCharts.AnnotationsPointImage" />
@@ -548,6 +554,9 @@ public class AnnotationsText
548554
/// </summary>
549555
public string AppendTo { get; set; }
550556

557+
/// <summary>
558+
/// Undocumented, this property exists in the TypeScript definition
559+
/// </summary>
551560
public string BackgroundColor { get; set; }
552561

553562
/// <summary>
@@ -580,6 +589,9 @@ public class AnnotationsText
580589
/// </summary>
581590
public object FontWeight { get; set; }
582591

592+
/// <summary>
593+
/// Undocumented, this property exists in the TypeScript definition
594+
/// </summary>
583595
public string ForeColor { get; set; }
584596

585597
/// <summary>
@@ -628,6 +640,9 @@ public class AnnotationsText
628640
/// </summary>
629641
public class AnnotationsXAxis
630642
{
643+
/// <summary>
644+
/// Undocumented, this property exists in the TypeScript definition
645+
/// </summary>
631646
public string Id { get; set; }
632647

633648
/// <summary>
@@ -684,13 +699,19 @@ public class AnnotationsXAxis
684699
/// </summary>
685700
public class AnnotationsYAxis
686701
{
702+
/// <summary>
703+
/// Undocumented, this property exists in the TypeScript definition
704+
/// </summary>
687705
public string Id { get; set; }
688706

689707
/// <summary>
690708
/// Color of the annotation line
691709
/// </summary>
692710
public string BorderColor { get; set; }
693711

712+
/// <summary>
713+
/// Undocumented, this property exists in the TypeScript definition
714+
/// </summary>
694715
public double? BorderWidth { get; set; }
695716

696717
/// <summary>
@@ -1063,10 +1084,13 @@ public class Brush
10631084
public bool Enabled { get; set; } = true;
10641085

10651086
/// <summary>
1066-
/// Chart ID of the target chart to sync the brush chart and the target chart. If you have an array of multiple chart IDs, use targets property instead.
1087+
/// Chart ID of the target chart to sync the brush chart and the target chart. If you have an array of multiple chart IDs, use <see cref="Targets"/> property instead.
10671088
/// </summary>
10681089
public string Target { get; set; }
10691090

1091+
/// <summary>
1092+
/// Chart IDs of the target charts to sync the brush chart and the target charts. If you have a single chart ID, use <see cref="Target"/> property instead.
1093+
/// </summary>
10701094
public List<string> Targets { get; set; }
10711095
}
10721096

@@ -1201,10 +1225,19 @@ public class LocaleToolbar
12011225
/// </summary>
12021226
public string ZoomOut { get; set; }
12031227

1228+
/// <summary>
1229+
/// Undocumented, this property exists in the TypeScript definition
1230+
/// </summary>
12041231
public string ExportToSVG { get; set; }
12051232

1233+
/// <summary>
1234+
/// Undocumented, this property exists in the TypeScript definition
1235+
/// </summary>
12061236
public string ExportToPNG { get; set; }
12071237

1238+
/// <summary>
1239+
/// Undocumented, this property exists in the TypeScript definition
1240+
/// </summary>
12081241
public string ExportToCSV { get; set; }
12091242
}
12101243

@@ -1943,8 +1976,14 @@ public class GridXAxis
19431976
/// </summary>
19441977
public class Lines
19451978
{
1979+
/// <summary>
1980+
/// Undocumented, this property exists in the TypeScript definition
1981+
/// </summary>
19461982
public double? OffsetX { get; set; }
19471983

1984+
/// <summary>
1985+
/// Undocumented, this property exists in the TypeScript definition
1986+
/// </summary>
19481987
public double? OffsetY { get; set; }
19491988

19501989
/// <summary>
@@ -1974,8 +2013,14 @@ public class GridYAxis
19742013
/// </remarks>
19752014
public class Legend
19762015
{
2016+
/// <summary>
2017+
/// Undocumented, this property exists in the TypeScript definition
2018+
/// </summary>
19772019
public LegendContainerMargin ContainerMargin { get; set; }
19782020

2021+
/// <summary>
2022+
/// Undocumented, this property exists in the TypeScript definition
2023+
/// </summary>
19792024
public string TextAnchor { get; set; }
19802025

19812026
/// <summary>
@@ -2103,9 +2148,19 @@ public class Legend
21032148
public List<string> CustomLegendItems { get; set; }
21042149
}
21052150

2151+
/// <summary>
2152+
/// Undocumented, this class exists in the TypeScript definition
2153+
/// </summary>
21062154
public class LegendContainerMargin
21072155
{
2156+
/// <summary>
2157+
/// Undocumented, this property exists in the TypeScript definition
2158+
/// </summary>
21082159
public double? Left { get; set; }
2160+
2161+
/// <summary>
2162+
/// Undocumented, this property exists in the TypeScript definition
2163+
/// </summary>
21092164
public double? Top { get; set; }
21102165
}
21112166

@@ -2328,8 +2383,14 @@ public class Markers
23282383
/// </summary>
23292384
public Size StrokeWidth { get; set; }
23302385

2386+
/// <summary>
2387+
/// Undocumented, this property exists in the TypeScript definition
2388+
/// </summary>
23312389
public Size Width { get; set; }
23322390

2391+
/// <summary>
2392+
/// Undocumented, this property exists in the TypeScript definition
2393+
/// </summary>
23332394
public Size Height { get; set; }
23342395
}
23352396

@@ -3577,6 +3638,9 @@ public class Track
35773638
/// </summary>
35783639
public double? StartAngle { get; set; }
35793640

3641+
/// <summary>
3642+
/// Please use <see cref="Width"/>
3643+
/// </summary>
35803644
[Obsolete("This property is obsolete. Use Width instead.", false)]
35813645
public string StrokeWidth { get; set; }
35823646

@@ -3720,6 +3784,9 @@ public class Stroke
37203784
/// </summary>
37213785
public Size Width { get; set; }
37223786

3787+
/// <summary>
3788+
/// Undocumented, this property exists in the TypeScript definition
3789+
/// </summary>
37233790
public Fill Fill { get; set; }
37243791
}
37253792

@@ -4004,6 +4071,9 @@ public class Tooltip
40044071
/// <inheritdoc cref="ApexCharts.TooltipZ" />
40054072
public TooltipZ Z { get; set; }
40064073

4074+
/// <summary>
4075+
/// Undocumented, this property exists in the TypeScript definition
4076+
/// </summary>
40074077
public string CssClass { get; set; }
40084078
}
40094079

@@ -4049,6 +4119,9 @@ public class TooltipItems
40494119
/// </summary>
40504120
public class TooltipMarker
40514121
{
4122+
/// <summary>
4123+
/// Undocumented, this property exists in the TypeScript definition
4124+
/// </summary>
40524125
public List<string> FillColors { get; set; }
40534126

40544127
/// <summary>
@@ -4232,6 +4305,9 @@ public class XAxis
42324305
/// </summary>
42334306
public double? Range { get; set; }
42344307

4308+
/// <summary>
4309+
/// Undocumented, this property exists in the TypeScript definition
4310+
/// </summary>
42354311
public bool? Sorted { get; set; }
42364312

42374313
/// <summary>
@@ -4360,6 +4436,9 @@ public class AxisBorder
43604436
/// </summary>
43614437
public double? Width { get; set; }
43624438

4439+
/// <summary>
4440+
/// Undocumented, this property exists in the TypeScript definition
4441+
/// </summary>
43634442
public double? StrokeWidth { get; set; }
43644443
}
43654444

@@ -4459,6 +4538,9 @@ public class CrosshairsDropShadow
44594538
/// </summary>
44604539
public double? Blur { get; set; }
44614540

4541+
/// <summary>
4542+
/// Undocumented, this property exists in the TypeScript definition
4543+
/// </summary>
44624544
public string Color { get; set; }
44634545

44644546
/// <summary>
@@ -4711,6 +4793,9 @@ public class YAxisLabels
47114793
/// </summary>
47124794
public Align? Align { get; set; }
47134795

4796+
/// <summary>
4797+
/// Undocumented, this property exists in the TypeScript definition
4798+
/// </summary>
47144799
public double? Padding { get; set; }
47154800
}
47164801

@@ -4729,8 +4814,14 @@ public class DatetimeFormatter
47294814
/// </summary>
47304815
public string Hour { get; set; }
47314816

4817+
/// <summary>
4818+
/// Undocumented, this property exists in the TypeScript definition
4819+
/// </summary>
47324820
public string Minute { get; set; }
4733-
4821+
4822+
/// <summary>
4823+
/// Undocumented, this property exists in the TypeScript definition
4824+
/// </summary>
47344825
public string Second { get; set; }
47354826

47364827
/// <summary>

0 commit comments

Comments
 (0)