22
33 DocX – DocX is the community edition of Xceed Words for .NET
44
5- Copyright (C) 2009-2023 Xceed Software Inc.
5+ Copyright (C) 2009-2024 Xceed Software Inc.
66
77 This program is provided to you under the terms of the XCEED SOFTWARE, INC.
88 COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
@@ -22,17 +22,10 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
2222
2323namespace Xceed . Document . NET
2424{
25- /// <summary>
26- /// This element contains the 2-D bar or column series on this chart.
27- /// 21.2.2.16 barChart (Bar Charts)
28- /// </summary>
2925 public class BarChart : Chart
3026 {
3127 #region Public Properties
3228
33- /// <summary>
34- /// Specifies the possible directions for a bar chart.
35- /// </summary>
3629 public BarDirection BarDirection
3730 {
3831 get
@@ -51,9 +44,6 @@ public BarDirection BarDirection
5144 }
5245 }
5346
54- /// <summary>
55- /// Specifies the possible groupings for a bar chart.
56- /// </summary>
5747 public BarGrouping BarGrouping
5848 {
5949 get
@@ -79,9 +69,6 @@ public BarGrouping BarGrouping
7969 }
8070 }
8171
82- /// <summary>
83- /// Specifies that its contents contain a percentage between 0% and 500%.
84- /// </summary>
8572 public Int32 GapWidth
8673 {
8774 get
@@ -138,10 +125,6 @@ protected override XElement GetChartTypeXElement()
138125 #endregion
139126 }
140127
141- /// <summary>
142- /// Specifies the possible directions for a bar chart.
143- /// 21.2.3.3 ST_BarDir (Bar Direction)
144- /// </summary>
145128 public enum BarDirection
146129 {
147130 [ XmlName ( "col" ) ]
@@ -150,10 +133,6 @@ public enum BarDirection
150133 Bar
151134 }
152135
153- /// <summary>
154- /// Specifies the possible groupings for a bar chart.
155- /// 21.2.3.4 ST_BarGrouping (Bar Grouping)
156- /// </summary>
157136 public enum BarGrouping
158137 {
159138 [ XmlName ( "clustered" ) ]
0 commit comments