aspose.words.drawing.charts module
Contents
[
Hide
]The aspose.words.drawing.charts module provides classes that allow to access charts in Microsoft Word documents.
The chart supported are Word 2007 (or higher) DrawingML Charts.
Classes
Class | Description |
---|---|
AxisBound | Represents minimum or maximum bound of axis values. To learn more, visit the Working with Charts documentation article. |
AxisDisplayUnit | Provides access to the scaling options of the display units for the value axis. To learn more, visit the Working with Charts documentation article. |
AxisScaling | Represents the scaling options of the axis. To learn more, visit the Working with Charts documentation article. |
AxisTickLabels | Represents properties of axis tick mark labels. |
BubbleSizeCollection | Represents a collection of bubble sizes for a chart series. |
Chart | Provides access to the chart shape properties. To learn more, visit the Working with Charts documentation article. |
ChartAxis | Represents the axis options of the chart. To learn more, visit the Working with Charts documentation article. |
ChartAxisCollection | Represents a collection of chart axes. |
ChartAxisTitle | Provides access to the axis title properties. To learn more, visit the Working with Charts documentation article. |
ChartDataLabel | Represents data label on a chart point or trendline. To learn more, visit the Working with Charts documentation article. |
ChartDataLabelCollection | Represents a collection of ChartDataLabel. To learn more, visit the Working with Charts documentation article. |
ChartDataPoint | Allows to specify formatting of a single data point on the chart. To learn more, visit the Working with Charts documentation article. |
ChartDataPointCollection | Represents collection of a ChartDataPoint. To learn more, visit the Working with Charts documentation article. |
ChartDataTable | Allows to specify properties of a chart data table. |
ChartFormat | Represents the formatting of a chart element. To learn more, visit the Working with Charts documentation article. |
ChartLegend | Represents chart legend properties. To learn more, visit the Working with Charts documentation article. |
ChartLegendEntry | Represents a chart legend entry. To learn more, visit the Working with Charts documentation article. |
ChartLegendEntryCollection | Represents a collection of chart legend entries. To learn more, visit the Working with Charts documentation article. |
ChartMarker | Represents a chart data marker. To learn more, visit the Working with Charts documentation article. |
ChartMultilevelValue | Represents a value for charts that display multilevel data. |
ChartNumberFormat | Represents number formatting of the parent element. To learn more, visit the Working with Charts documentation article. |
ChartSeries | Represents chart series properties. To learn more, visit the Working with Charts documentation article. |
ChartSeriesCollection | Represents collection of a ChartSeries. To learn more, visit the Working with Charts documentation article. |
ChartSeriesGroup | Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes. |
ChartSeriesGroupCollection | Represents a collection of ChartSeriesGroup objects. |
ChartTitle | Provides access to the chart title properties. To learn more, visit the Working with Charts documentation article. |
ChartXValue | Represents an X value for a chart series. |
ChartXValueCollection | Represents a collection of X values for a chart series. |
ChartYValue | Represents an Y value for a chart series. |
ChartYValueCollection | Represents a collection of Y values for a chart series. |
IChartDataPoint | Contains properties of a single data point on the chart. |
Enumerations
Enumeration | Description |
---|---|
AxisBuiltInUnit | Specifies the display units for an axis. |
AxisCategoryType | Specifies type of a category axis. |
AxisCrosses | Specifies the possible crossing points for an axis. |
AxisGroup | Represents a type of a chart axis group. |
AxisScaleType | Specifies the possible scale types for an axis. |
AxisTickLabelPosition | Specifies the possible positions for tick labels. |
AxisTickMark | Specifies the possible positions for tick marks. |
AxisTimeUnit | Specifies the unit of time for axes. |
ChartAxisType | Specifies type of chart axis. |
ChartSeriesType | Specifies a type of a chart series. |
ChartShapeType | Specifies the shape type of chart elements. |
ChartType | Specifies type of a chart. |
ChartXValueType | Allows to specify type of an X value of a chart series. |
ChartYValueType | Allows to specify type of an Y value of a chart series. |
LegendPosition | Specifies the possible positions for a chart legend. |
MarkerSymbol | Specifies marker symbol style. |