The Aspose.Words.Drawing.Charts namespace provides classes that allow to access charts in Microsoft Word documents.
The chart supported are Word 2007 (or higher) DrawingML Charts.
Classes | |
class | AxisBound |
Represents minimum or maximum bound of axis values. More... | |
class | AxisDisplayUnit |
Provides access to the scaling options of the display units for the value axis. More... | |
class | AxisScaling |
Represents the scaling options of the axis. More... | |
class | Chart |
Provides access to the chart shape properties. More... | |
class | ChartAxis |
Represents the axis options of the chart. More... | |
class | ChartDataLabel |
Represents data label on a chart point or trendline. More... | |
class | ChartDataLabelCollection |
Represents a collection of ChartDataLabel. More... | |
class | ChartDataPoint |
Allows to specify formatting of a single data point on the chart. More... | |
class | ChartDataPointCollection |
Represents collection of a ChartDataPoint. More... | |
class | ChartFormat |
Represents the formatting of a chart element. More... | |
class | ChartLegend |
Represents chart legend properties. More... | |
class | ChartMarker |
Represents a chart data marker. More... | |
class | ChartNumberFormat |
Represents number formatting of the parent element. More... | |
class | ChartSeries |
Represents chart series properties. More... | |
class | ChartSeriesCollection |
Represents collection of a ChartSeries. More... | |
class | ChartTitle |
Provides access to the chart title properties. More... | |
interface | IChartDataPoint |
Contains properties of a single data point on the chart. More... | |
Enumerations | |
enum class | AxisBuiltInUnit |
Specifies the display units for an axis. More... | |
enum class | AxisCategoryType |
Specifies type of a category axis. More... | |
enum class | AxisCrosses |
Specifies the possible crossing points for an axis. More... | |
enum class | AxisScaleType |
Specifies the possible scale types for an axis. More... | |
enum class | AxisTickLabelPosition |
Specifies the possible positions for tick labels. More... | |
enum class | AxisTickMark |
Specifies the possible positions for tick marks. More... | |
enum class | AxisTimeUnit |
Specifies the unit of time for axes. More... | |
enum class | ChartAxisType |
Specifies type of chart axis. More... | |
enum class | ChartType |
Specifies type of a chart. More... | |
enum class | LegendPosition |
Specifies the possible positions for a chart legend. More... | |
enum class | MarkerSymbol |
Specifies marker symbol style. More... | |
|
strong |
Specifies the display units for an axis.
Shows how to manipulate the tick marks and displayed values of a chart axis.
|
strong |
Specifies type of a category axis.
Shows how to insert a chart and modify the appearance of its axes.
|
strong |
Specifies the possible crossing points for an axis.
Shows how to insert a chart and modify the appearance of its axes.
|
strong |
Specifies the possible scale types for an axis.
Shows how to apply logarithmic scaling to a chart axis.
Enumerator | |
---|---|
Linear | Linear scaling. |
Logarithmic | Logarithmic scaling. |
Specifies the possible positions for tick labels.
Shows how to insert chart with date/time values.
|
strong |
Specifies the possible positions for tick marks.
Shows how to insert chart with date/time values.
|
strong |
Specifies the unit of time for axes.
Shows how to insert chart with date/time values.
|
strong |
Specifies type of chart axis.
Shows how to create an appropriate type of chart series for a graph type.
Enumerator | |
---|---|
Category | Category axis of a chart. |
Series | Series axis of a chart. |
Value | Value axis of a chart. |
|
strong |
Specifies type of a chart.
Shows how to create an appropriate type of chart series for a graph type.
|
strong |
Specifies the possible positions for a chart legend.
Shows how to edit the appearance of a chart's legend.
|
strong |
Specifies marker symbol style.
Shows how to work with data points on a line chart.