Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / PieSeries Class
Properties Methods


PieSeries Class Members

The following tables list the members exposed by PieSeries.

Public Constructors
 NameDescription
Public ConstructorCreates a new PieSeries.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the list of string categories (X axis) for this Series. (Inherited from Xceed.Document.NET.Series)
Public PropertyGets or sets the CommonSeriesColor. (Inherited from Xceed.Document.NET.CommonSeries)
Public PropertyGets the list of data points in the designated series. (Inherited from Xceed.Document.NET.Series)
Public PropertyGets or sets the markers’ image, style, shape size and outline in the series using the Marker class. This feature only works for line charts since the other chart types don't use markers. (Inherited from Xceed.Document.NET.Series)
Public PropertyGets or sets the list of numeric values (Y axis) for this Series. (Inherited from Xceed.Document.NET.Series)
Public PropertyGets or sets the BaseSeries' width. (Inherited from Xceed.Document.NET.BaseSeries)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Binds the data for this Series, using the provided list, and the category and value property names. (Inherited from Xceed.Document.NET.Series)
Top
See Also