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


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

The following tables list the members exposed by Chart.

Public Properties
 NameDescription
Public PropertyGets the category axis of this Chart.  
Public PropertyGets or sets how blank cells are displayed in this 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.  
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.  
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.  
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.  
Public Property  
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.

 
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.  
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.  
Public PropertyGets if the Axis exists in this Chart.  
Public PropertyGets the Legend of this Chart.  
Public PropertyGets the maximum number of Series in this Chart.  
Public PropertyGets the collection of Series in this Chart.  
Public PropertyGets the value axis of this 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.  
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.  
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.  
Public PropertyGets or sets if this is a 3D 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.  
Public PropertyGets/sets the text wrapping style. 
Available options are WrapInLineWithText, WrapTopAndBottom, WrapSquare, WrapTight, WrapThrough, WrapBehindText and WrapInFrontOfText. The default setting is WrapInLineWithText.  
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.

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

Reference

Chart Class
Xceed.Document.NET Namespace