Xceed Words for .NET v3.0 Documentation
BarChart Class Members
Properties  Methods 


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : BarChart Class

The following tables list the members exposed by BarChart.

Public Properties
 NameDescription
Public PropertyGets or sets the direction of the bars in this BarChart.  
Public PropertyGets or sets the type of grouping used for this BarChart.  
Public PropertyGets the category axis of this Chart. (Inherited from Xceed.Document.NET.Chart)
Public PropertyGets or sets how blank cells are displayed in this Chart. (Inherited from Chart)
Public PropertyGets/sets the distance of the text from the bottom of the chart. This property has no effect when the property WrappingStyle is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText, WrapTight and WrapThrough. The default value is 0. (Inherited from Chart)
Public PropertyGets/sets the distance of the text from the left of the chart. This property has no effect when the WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText and WrapTopAndBottom. The default value is 0. (Inherited from Chart)
Public PropertyGets/sets the distance of the text from the right of the chart. This property has no effect when the property WrappingStyle is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText and WrapTopAndBottom. The default value is 0. (Inherited from Chart)
Public PropertyGets/sets the distance of the text from the top of the chart. This property has no effect when the property WrappingStyle is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText, WrapTight and WrapThrough. The default value is 0. (Inherited from Chart)
Public Property (Inherited from Chart)
Public PropertyGets or sets which percentage of the bar is used as a gap (value between 0% and 500%).  
Public Property

Gets/sets the horizontal alignment for the chart.

The chart can be positioned using the values Left, Right, InsideOutside or Centered and can be relative to Margin, Page, Column, Character, LeftMargin, RightMargin, InsideMargin or OutsideMargin. The default setting is None.

(Inherited from Chart)
Public PropertyGets/sets the horizontal offset of the chart in relation to the HorizontalOffsetAlignmentFrom property. Note that the HorizontalAlignment property needs to be set to None for this property to work. The default value is 0. (Inherited from Chart)
Public PropertyGets/sets the horizontal offset alignment from either Margin, Page, Column, Character, LeftMargin, RightMargin, InsideMargin or OutsideMargin. The HorizontalOffset property value will be used as the offset value to calculate from. Note that the HorizontalAlignment property needs to be set to None for this to work. The default setting is None. (Inherited from Chart)
Public PropertyGets if the Axis exists in this Chart. (Inherited from Chart)
Public PropertyGets the Legend of this Chart. (Inherited from Chart)
Public PropertyGets the maximum number of Series in this Chart. (Inherited from Chart)
Public PropertyGets the collection of Series in this Chart. (Inherited from Chart)
Public PropertyGets the value axis of this Chart. (Inherited from Chart)
Public PropertyGets/sets the vertical alignment for the chart. The chart can be positioned using the values Top, Bottom, Inside, Outside or Centered and can be relative to Margin, Page, Line, TopMargin, BottomMargin, InsideMargin or OutsideMargin. The default setting is None. (Inherited from Chart)
Public PropertyGets/sets the vertical offset of the chart in relation to the VerticalOffsetAlignmentFrom property. Note that the VerticalAlignment property needs to be set to None for this to work. The default value is 0. (Inherited from Chart)
Public PropertyGets/sets the vertical offset alignment from either Margin, Page, Paragraph, Line, TopMargin, BottomMargin, InsideMargin or OutsideMargin. The VerticalOffset property value will be used as the offset value to calculate from. Note that the VerticalAlignment property needs to be set to None for this to work. The default setting is None. (Inherited from Chart)
Public PropertyGets or sets if this is a 3D Chart. (Inherited from Chart)
Public PropertyGets/sets the list of points used to define the polygon inside the chart where no text can be drawn. This property will be used when the WrappingStyle property is set to WrapTight or WrapThrough. The top left of the chart has the (0,0) coordinate, while the bottom right has the (21600,21600) coordinate. Note that a minimum of 3 points are necessary in order to activate WrapPolygon. The default setting is null, but when the WrappingStyle property is set to WrapTight or WrapThrough, the default WrapPolygon will use the 4 corners of the chart for its points, meaning that there will be no text inside the chart. (Inherited from Chart)
Public PropertyGets/sets the text wrapping style. 
Available options are WrapInLineWithText, WrapTopAndBottom, WrapSquare, WrapTight, WrapThrough, WrapBehindText and WrapInFrontOfText. The default setting is WrapInLineWithText. (Inherited from Chart)
Public Property

Gets/sets the text wrapping positions when using the WrapSquare, WrapTight or WrapThrough styles.

Text can be positionned on both sides of the chart, on the left of the chart, on the right of the chart or on the largest side of the chart. The default setting is both sides.

(Inherited from Chart)
Public PropertyGets the XML for this Chart. (Inherited from Chart)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds a standard ChartLegend to this Chart. (Inherited from Xceed.Document.NET.Chart)
Public MethodAdds a new Series to this Chart. (Inherited from Chart)
Public MethodRemoves the current chart from the document. (Inherited from Chart)
Public MethodRemoves the ChartLegend from this Chart. (Inherited from Chart)
Public MethodSaves the modifications done to a Chart as an xml file. (Inherited from Chart)
Top
Protected Methods
 NameDescription
Protected MethodOverridden.   
Protected MethodOverridden.   
Top
See Also

Reference

BarChart Class
Xceed.Document.NET Namespace