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
Add properties existing only in TS
Add Obsolete attribute to properties removed from JS and TS
Remove unused PurpleDatum class
Remove Obsolete attribute from properties in TS definition
Remove empty XML comments
Remove Shape enum
#pragma warning disable CS1591// Documentation not available for obsolete properties
555
-
[Obsolete("This property is no longer available")]
556
551
publicstringBackgroundColor{get;set;}
557
-
#pragma warning restore CS1591
558
552
559
553
/// <summary>
560
554
/// Border Color for the label
@@ -586,10 +580,7 @@ public class AnnotationsText
586
580
/// </summary>
587
581
publicobjectFontWeight{get;set;}
588
582
589
-
#pragma warning disable CS1591// Documentation not available for obsolete properties
590
-
[Obsolete("This property is no longer available")]
591
583
publicstringForeColor{get;set;}
592
-
#pragma warning restore CS1591
593
584
594
585
/// <summary>
595
586
/// Bottom padding for the label
@@ -637,10 +628,7 @@ public class AnnotationsText
637
628
/// </summary>
638
629
publicclassAnnotationsXAxis
639
630
{
640
-
#pragma warning disable CS1591// Documentation not available for obsolete properties
641
-
[Obsolete("This property is no longer available")]
642
631
publicstringId{get;set;}
643
-
#pragma warning restore CS1591
644
632
645
633
/// <summary>
646
634
/// Color of the annotation line
@@ -696,19 +684,13 @@ public class AnnotationsXAxis
696
684
/// </summary>
697
685
publicclassAnnotationsYAxis
698
686
{
699
-
#pragma warning disable CS1591// Documentation not available for obsolete properties
700
-
[Obsolete("This property is no longer available")]
701
687
publicstringId{get;set;}
702
-
#pragma warning restore CS1591
703
688
704
689
/// <summary>
705
690
/// Color of the annotation line
706
691
/// </summary>
707
692
publicstringBorderColor{get;set;}
708
693
709
-
/// <summary>
710
-
///
711
-
/// </summary>
712
694
publicdouble?BorderWidth{get;set;}
713
695
714
696
/// <summary>
@@ -1084,6 +1066,8 @@ public class Brush
1084
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.
1085
1067
/// </summary>
1086
1068
publicstringTarget{get;set;}
1069
+
1070
+
publicList<string>Targets{get;set;}
1087
1071
}
1088
1072
1089
1073
/// <summary>
@@ -1216,6 +1200,12 @@ public class LocaleToolbar
1216
1200
/// Tooltip title text which appears when you hover over zoom out icon
1217
1201
/// </summary>
1218
1202
publicstringZoomOut{get;set;}
1203
+
1204
+
publicstringExportToSVG{get;set;}
1205
+
1206
+
publicstringExportToPNG{get;set;}
1207
+
1208
+
publicstringExportToCSV{get;set;}
1219
1209
}
1220
1210
1221
1211
/// <summary>
@@ -1953,13 +1943,9 @@ public class GridXAxis
1953
1943
/// </summary>
1954
1944
publicclassLines
1955
1945
{
1956
-
#pragma warning disable CS1591// Documentation not available for obsolete properties
1957
-
[Obsolete("This property is no longer available")]
1958
1946
publicdouble?OffsetX{get;set;}
1959
1947
1960
-
[Obsolete("This property is no longer available")]
1961
1948
publicdouble?OffsetY{get;set;}
1962
-
#pragma warning restore CS1591
1963
1949
1964
1950
/// <summary>
1965
1951
/// Whether to show / hide y-axis lines
@@ -1988,13 +1974,9 @@ public class GridYAxis
1988
1974
/// </remarks>
1989
1975
publicclassLegend
1990
1976
{
1991
-
#pragma warning disable CS1591// Documentation not available for obsolete properties
1992
-
[Obsolete("This property is no longer available")]
0 commit comments