You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Undocumented, this property exists in the TypeScript definition
559
+
/// </summary>
551
560
publicstringBackgroundColor{get;set;}
552
561
553
562
/// <summary>
@@ -580,6 +589,9 @@ public class AnnotationsText
580
589
/// </summary>
581
590
publicobjectFontWeight{get;set;}
582
591
592
+
/// <summary>
593
+
/// Undocumented, this property exists in the TypeScript definition
594
+
/// </summary>
583
595
publicstringForeColor{get;set;}
584
596
585
597
/// <summary>
@@ -628,6 +640,9 @@ public class AnnotationsText
628
640
/// </summary>
629
641
publicclassAnnotationsXAxis
630
642
{
643
+
/// <summary>
644
+
/// Undocumented, this property exists in the TypeScript definition
645
+
/// </summary>
631
646
publicstringId{get;set;}
632
647
633
648
/// <summary>
@@ -684,13 +699,19 @@ public class AnnotationsXAxis
684
699
/// </summary>
685
700
publicclassAnnotationsYAxis
686
701
{
702
+
/// <summary>
703
+
/// Undocumented, this property exists in the TypeScript definition
704
+
/// </summary>
687
705
publicstringId{get;set;}
688
706
689
707
/// <summary>
690
708
/// Color of the annotation line
691
709
/// </summary>
692
710
publicstringBorderColor{get;set;}
693
711
712
+
/// <summary>
713
+
/// Undocumented, this property exists in the TypeScript definition
714
+
/// </summary>
694
715
publicdouble?BorderWidth{get;set;}
695
716
696
717
/// <summary>
@@ -1063,10 +1084,13 @@ public class Brush
1063
1084
publicboolEnabled{get;set;}=true;
1064
1085
1065
1086
/// <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.
1067
1088
/// </summary>
1068
1089
publicstringTarget{get;set;}
1069
1090
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>
1070
1094
publicList<string>Targets{get;set;}
1071
1095
}
1072
1096
@@ -1201,10 +1225,19 @@ public class LocaleToolbar
1201
1225
/// </summary>
1202
1226
publicstringZoomOut{get;set;}
1203
1227
1228
+
/// <summary>
1229
+
/// Undocumented, this property exists in the TypeScript definition
1230
+
/// </summary>
1204
1231
publicstringExportToSVG{get;set;}
1205
1232
1233
+
/// <summary>
1234
+
/// Undocumented, this property exists in the TypeScript definition
1235
+
/// </summary>
1206
1236
publicstringExportToPNG{get;set;}
1207
1237
1238
+
/// <summary>
1239
+
/// Undocumented, this property exists in the TypeScript definition
1240
+
/// </summary>
1208
1241
publicstringExportToCSV{get;set;}
1209
1242
}
1210
1243
@@ -1943,8 +1976,14 @@ public class GridXAxis
1943
1976
/// </summary>
1944
1977
publicclassLines
1945
1978
{
1979
+
/// <summary>
1980
+
/// Undocumented, this property exists in the TypeScript definition
1981
+
/// </summary>
1946
1982
publicdouble?OffsetX{get;set;}
1947
1983
1984
+
/// <summary>
1985
+
/// Undocumented, this property exists in the TypeScript definition
1986
+
/// </summary>
1948
1987
publicdouble?OffsetY{get;set;}
1949
1988
1950
1989
/// <summary>
@@ -1974,8 +2013,14 @@ public class GridYAxis
1974
2013
/// </remarks>
1975
2014
publicclassLegend
1976
2015
{
2016
+
/// <summary>
2017
+
/// Undocumented, this property exists in the TypeScript definition
0 commit comments