Aspose.Words.Drawing.Charts
Contents
[
Hide
]The Aspose.Words.Drawing.Charts namespace provides classes that allow to access charts in Microsoft Word documents.
Classes
Class | Description |
---|---|
AxisBound | Represents minimum or maximum bound of axis values. |
AxisDisplayUnit | Provides access to the scaling options of the display units for the value axis. |
AxisScaling | Represents the scaling options of the axis. |
BubbleSizeCollection | Represents a collection of bubble sizes for a chart series. |
Chart | Provides access to the chart shape properties. |
ChartAxis | Represents the axis options of the chart. |
ChartAxisCollection | Represents a collection of chart axes. |
ChartAxisTitle | Provides access to the axis title properties. |
ChartDataLabel | Represents data label on a chart point or trendline. |
ChartDataLabelCollection | Represents a collection of ChartDataLabel . |
ChartDataPoint | Allows to specify formatting of a single data point on the chart. |
ChartDataPointCollection | Represents collection of a ChartDataPoint . |
ChartFormat | Represents the formatting of a chart element. |
ChartLegend | Represents chart legend properties. |
ChartLegendEntry | Represents a chart legend entry. |
ChartLegendEntryCollection | Represents a collection of chart legend entries. |
ChartMarker | Represents a chart data marker. |
ChartMultilevelValue | Represents a value for charts that display multilevel data. |
ChartNumberFormat | Represents number formatting of the parent element. |
ChartSeries | Represents chart series properties. |
ChartSeriesCollection | Represents collection of a ChartSeries . |
ChartTitle | Provides access to the chart title properties. |
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. |
Interfaces
Interface | Description |
---|---|
IChartDataPoint | Contains properties of a single data point on the chart. |
Enumeration
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. |
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. |