@@ -252,9 +252,6 @@ public class TreemapRanges
252
252
/// </summary>
253
253
public string ForeColor { get ; set ; }
254
254
255
- /// <summary>
256
- /// Undefined
257
- /// </summary>
258
255
public string Name { get ; set ; }
259
256
}
260
257
@@ -276,14 +273,6 @@ public class Annotations
276
273
/// <inheritdoc cref="ApexCharts.AnnotationsPoint" />
277
274
public List < AnnotationsPoint > Points { get ; set ; }
278
275
279
- #pragma warning disable CS1591 // Documentation not available for obsolete properties
280
- [ Obsolete ( "This property is no longer available" ) ]
281
- public string Position { get ; set ; }
282
-
283
- [ Obsolete ( "This property is no longer available" ) ]
284
- public List < AnnotationsShape > Shapes { get ; set ; }
285
- #pragma warning restore CS1591
286
-
287
276
/// <inheritdoc cref="ApexCharts.AnnotationsText" />
288
277
public List < AnnotationsText > Texts { get ; set ; }
289
278
@@ -571,23 +560,6 @@ public class AnnotationMarker
571
560
public double ? StrokeWidth { get ; set ; }
572
561
}
573
562
574
- #pragma warning disable CS1591 // Documentation not available for obsolete properties
575
- [ Obsolete ( "This property is no longer available" ) ]
576
- public class AnnotationsShape
577
- {
578
- public string BackgroundColor { get ; set ; }
579
- public string BorderColor { get ; set ; }
580
- public double ? BorderRadius { get ; set ; }
581
- public double ? BorderWidth { get ; set ; }
582
- public double ? Height { get ; set ; }
583
- public double ? Opacity { get ; set ; }
584
- public string Type { get ; set ; }
585
- public object Width { get ; set ; }
586
- public double ? X { get ; set ; }
587
- public double ? Y { get ; set ; }
588
- }
589
- #pragma warning restore CS1591
590
-
591
563
/// <summary>
592
564
/// Defines how to style the individual data point annotations and their text
593
565
/// </summary>
@@ -2761,14 +2733,6 @@ public class PlotOptionsBar
2761
2733
2762
2734
/// <inheritdoc cref="ApexCharts.PlotOptionsBarDataLabels" />
2763
2735
public PlotOptionsBarDataLabels DataLabels { get ; set ; }
2764
-
2765
- #pragma warning disable CS1591 // Documentation not available for obsolete properties
2766
- [ Obsolete ( "Deprecated since 3.24.0" ) ]
2767
- public Shape ? EndingShape { get ; set ; }
2768
-
2769
- [ Obsolete ( "Deprecated since 3.24.0" ) ]
2770
- public Shape ? StartingShape { get ; set ; }
2771
- #pragma warning restore CS1591
2772
2736
}
2773
2737
2774
2738
#pragma warning disable CS1591 // Enum values are self-explanatory
@@ -4888,14 +4852,6 @@ public class YAxisLabels
4888
4852
/// <inheritdoc cref="ApexCharts.DatetimeFormatter" />
4889
4853
public DatetimeFormatter DatetimeFormatter { get ; set ; }
4890
4854
4891
- #pragma warning disable CS1591 // Documentation not available for obsolete properties
4892
- [ Obsolete ( "This property is no longer available" ) ]
4893
- public bool ? DatetimeUTC { get ; set ; }
4894
-
4895
- [ Obsolete ( "This property is no longer available" ) ]
4896
- public string Format { get ; set ; }
4897
- #pragma warning restore CS1591
4898
-
4899
4855
/// <summary>
4900
4856
/// Applies a custom function for the yaxis value.
4901
4857
///
@@ -4914,11 +4870,6 @@ public class YAxisLabels
4914
4870
/// </remarks>
4915
4871
public string Formatter { get ; set ; }
4916
4872
4917
- #pragma warning disable CS1591 // Documentation not available for obsolete properties
4918
- [ Obsolete ( "This property is no longer available" ) ]
4919
- public bool ? HideOverlappingLabels { get ; set ; }
4920
- #pragma warning restore CS1591
4921
-
4922
4873
/// <summary>
4923
4874
/// Maximum width for the y-axis labels
4924
4875
/// </summary>
@@ -4949,17 +4900,6 @@ public class YAxisLabels
4949
4900
/// </summary>
4950
4901
public bool ? Show { get ; set ; }
4951
4902
4952
- #pragma warning disable CS1591 // Documentation not available for obsolete properties
4953
- [ Obsolete ( "This property is no longer available" ) ]
4954
- public bool ? RotateAlways { get ; set ; }
4955
-
4956
- [ Obsolete ( "This property is no longer available" ) ]
4957
- public bool ? ShowDuplicates { get ; set ; }
4958
-
4959
- [ Obsolete ( "This property is no longer available" ) ]
4960
- public bool ? Trim { get ; set ; }
4961
- #pragma warning restore CS1591
4962
-
4963
4903
/// <inheritdoc cref="ApexCharts.AxisLabelStyle" />
4964
4904
public AxisLabelStyle Style { get ; set ; }
4965
4905
@@ -4987,6 +4927,9 @@ public class DatetimeFormatter
4987
4927
#pragma warning disable CS1591 // Documentation not available for obsolete properties
4988
4928
[ Obsolete ( "This property is no longer available" ) ]
4989
4929
public string Minute { get ; set ; }
4930
+
4931
+ [ Obsolete ( "This property is no longer available" ) ]
4932
+ public string Second { get ; set ; }
4990
4933
#pragma warning restore CS1591
4991
4934
4992
4935
/// <summary>
@@ -5449,15 +5392,6 @@ public enum Format
5449
5392
} ;
5450
5393
#pragma warning restore CS1591
5451
5394
5452
- #pragma warning disable CS1591 // Documentation not available for obsolete properties
5453
- [ Obsolete ( "Deprecated since 3.24.0" ) ]
5454
- public enum Shape
5455
- {
5456
- Flat ,
5457
- Rounded
5458
- } ;
5459
- #pragma warning restore CS1591
5460
-
5461
5395
/// <summary>
5462
5396
/// A list of ways to generate lines
5463
5397
/// </summary>
0 commit comments