ActiveXLS v6.4.0 API Documentation

ActiveXLS.Constants
Class Chart

System.Object
  extended byActiveXLS.Constants.Chart

public class Chart
extends System.Object

This class contains the constants used for creating charts.


Constant Summary
const int AXIS_TICK_MARK_LABEL_HIGH
          A constant indicating that the tick mark labels are situated above of the chart for X axis or on the right side of the chart for Y axis.
const int AXIS_TICK_MARK_LABEL_LOW
          A constant indicating that the tick mark labels are situated on bottom of the chart for X axis or on the left side of the chart for Y axis.
const int AXIS_TICK_MARK_LABEL_NEXT_TO_AXIS
          A constant indicating that the tick mark labels are situated next to the axis.
const int AXIS_TICK_MARK_LABEL_NONE
          A constant indicating that there are no tick mark labels for axis.
const int AXIS_TICK_MARK_TYPE_CROSS
          A constant indicating that the tick mark is present both inside and outside.
const int AXIS_TICK_MARK_TYPE_INSIDE
          A constant indicating that the tick mark is present only inside.
const int AXIS_TICK_MARK_TYPE_NONE
          A constant indicating that there are no tick marks for axis.
const int AXIS_TICK_MARK_TYPE_OUTSIDE
          A constant indicating that the tick mark is present only outside.
const int CHART_TYPE_AREA
          A constant indicating an Area chart.
const int CHART_TYPE_AREA_100_PERCENT_STACKED
          A constant indicating a 100% Stacked Area chart.
const int CHART_TYPE_AREA_3D
          A constant indicating an Area with a 3D visual effect chart.
const int CHART_TYPE_AREA_3D_100_PERCENT_STACKED
          A constant indicating a 100% Stacked Area chart with a 3D visual effect.
const int CHART_TYPE_AREA_3D_STACKED
          A constant indicating a Stacked Area with a 3D visual effect chart.
const int CHART_TYPE_AREA_STACKED
          A constant indicating a Stacked Area chart.
const int CHART_TYPE_BAR_100_PERCENT_STACKED
          A constant indicating a 100% stacked bar chart.
const int CHART_TYPE_BAR_3D_100_PERCENT_STACKED
          A constant indicating a 100% stacked bar chart with a 3D visual effect.
const int CHART_TYPE_BAR_3D_CLUSTERED
          A constant indicating a clustered bar chart with a 3D visual effect.
const int CHART_TYPE_BAR_3D_STACKED
          A constant indicating a stacked bar chart with a 3D visual effect.
const int CHART_TYPE_BAR_CLUSTERED
          A constant indicating a clustered bar chart.
const int CHART_TYPE_BAR_OF_PIE
          A constant indicating a bar of pie chart.
const int CHART_TYPE_BAR_STACKED
          A constant indicating a stacked bar chart.
const int CHART_TYPE_BUBBLE
          A constant indicating a bubble chart.
const int CHART_TYPE_BUBBLE_3D_EFFECT
          A constant indicating a bubble chart with a 3D visual effect.
const int CHART_TYPE_COLUMN_100_PERCENT_STACKED
          A constant indicating a 100% stacked column chart.
const int CHART_TYPE_COLUMN_3D
          A constant indicating a 3D column chart.
const int CHART_TYPE_COLUMN_3D_100_PERCENT_STACKED
          A constant indicating a 100% stacked column chart with a 3D visual effect.
const int CHART_TYPE_COLUMN_3D_CLUSTERED
          A constant indicating a clustered column chart with a 3D visual effect.
const int CHART_TYPE_COLUMN_3D_STACKED
          A constant indicating a stacked column chart with a 3D visual effect.
const int CHART_TYPE_COLUMN_CLUSTERED
          A constant indicating a clustered column chart.
const int CHART_TYPE_COLUMN_STACKED
          A constant indicating a stacked column chart.
const int CHART_TYPE_CONE_BAR
          A constant indicating a bar chart with a conical shape.
const int CHART_TYPE_CONE_BAR_100_PERCENT_STACKED
          A constant indicating a 100% stacked bar chart with a conical shape.
const int CHART_TYPE_CONE_BAR_STACKED
          A constant indicating a stacked bar chart with a conical shape.
const int CHART_TYPE_CONE_COLUMN
          A constant indicating a column chart with a conical shape.
const int CHART_TYPE_CONE_COLUMN_100_PERCENT_STACKED
          A constant indicating a 100% stacked column chart with a conical shape.
const int CHART_TYPE_CONE_COLUMN_3D
          A constant indicating a 3D column chart with a conical shape.
const int CHART_TYPE_CONE_COLUMN_STACKED
          A constant indicating a stacked column chart with a conical shape.
const int CHART_TYPE_CYLINDER_BAR
          A constant indicating a bar chart with a cylindrical shape.
const int CHART_TYPE_CYLINDER_BAR_100_PERCENT_STACKED
          A constant indicating a 100% stacked bar chart with a cylindrical shape.
const int CHART_TYPE_CYLINDER_BAR_STACKED
          A constant indicating a stacked bar chart with a cylindrical shape.
const int CHART_TYPE_CYLINDER_COLUMN
          A constant indicating a column chart with a cylindrical shape.
const int CHART_TYPE_CYLINDER_COLUMN_100_PERCENT_STACKED
          A constant indicating a 100% stacked column chart with a cylindrical shape.
const int CHART_TYPE_CYLINDER_COLUMN_3D
          A constant indicating a 3D column chart with a cylindrical shape.
const int CHART_TYPE_CYLINDER_COLUMN_STACKED
          A constant indicating a stacked column chart with a cylindrical shape.
const int CHART_TYPE_DOUGHNUT
          A constant indicating a doughnut chart.
const int CHART_TYPE_DOUGHNUT_EXPLODED
          A constant indicating an exploded doughnut chart.
const int CHART_TYPE_LINE
          A constant indicating a line chart.
const int CHART_TYPE_LINE_100_PERCENT_STACKED
          A constant indicating a 100% stacked line chart.
const int CHART_TYPE_LINE_100_PERCENT_STACKED_MARKERS
          A constant indicating an 100% stacked line chart with markers displayed at each data value.
const int CHART_TYPE_LINE_3D
          A constant indicating a 3D line chart.
const int CHART_TYPE_LINE_MARKERS
          A constant indicating a line chart with markers displayed at each data value.
const int CHART_TYPE_LINE_STACKED
          A constant indicating a stacked line chart.
const int CHART_TYPE_LINE_STACKED_MARKERS
          A constant indicating a stacked line chart with markers displayed at each data value.
const int CHART_TYPE_PIE
          A constant indicating a pie chart.
const int CHART_TYPE_PIE_3D
          A constant indicating a pie chart with a 3D visual effect.
const int CHART_TYPE_PIE_3D_EXPLODED
          A constant indicating an exploded pie chart with a 3D visual effect.
const int CHART_TYPE_PIE_EXPLODED
          A constant indicating an exploded pie chart.
const int CHART_TYPE_PIE_OF_PIE
          A constant indicating a pie of pie chart.
const int CHART_TYPE_PYRAMID_BAR
          A constant indicating a bar chart with a pyramid shape.
const int CHART_TYPE_PYRAMID_BAR_100_PERCENT_STACKED
          A constant indicating a 100% stacked bar chart with a pyramid shape.
const int CHART_TYPE_PYRAMID_BAR_STACKED
          A constant indicating a stacked bar chart with a pyramid shape.
const int CHART_TYPE_PYRAMID_COLUMN
          A constant indicating a column chart with a pyramid shape.
const int CHART_TYPE_PYRAMID_COLUMN_100_PERCENT_STACKED
          A constant indicating a 100% stacked column chart with a pyramid shape.
const int CHART_TYPE_PYRAMID_COLUMN_3D
          A constant indicating a 3D column chart with a pyramid shape.
const int CHART_TYPE_PYRAMID_COLUMN_STACKED
          A constant indicating a stacked column chart with a pyramid shape.
const int CHART_TYPE_RADAR
          A constant indicating a radar chart.
const int CHART_TYPE_RADAR_FILLED
          A constant indicating a filled radar chart.
const int CHART_TYPE_RADAR_MARKERS
          A constant indicating a radar chart with markers at each data point.
const int CHART_TYPE_SCATTER
          A constant indicating a scatter chart.
const int CHART_TYPE_SCATTER_LINES
          A constant indicating a scatter chart with data points connected by lines without markers.
const int CHART_TYPE_SCATTER_LINES_MARKERS
          A constant indicating a scatter chart with data points connected by lines with markers.
const int CHART_TYPE_SCATTER_SMOOTHED_LINES
          A constant indicating a scatter chart with data points connected by smoothed lines without markers.
const int CHART_TYPE_SCATTER_SMOOTHED_LINES_MARKERS
          A constant indicating a scatter chart with data points connected by smoothed lines with markers.
const int CHART_TYPE_STOCK_HIGH_LOW_CLOSE
          A constant indicating a stock high-low-close chart.
const int CHART_TYPE_STOCK_OPEN_HIGH_LOW_CLOSE
          A constant indicating a stock open-high-low-close chart.
const int CHART_TYPE_STOCK_VOLUME_HIGH_LOW_CLOSE
          A constant indicating a stock volume-high-low-close chart.
const int CHART_TYPE_STOCK_VOLUME_OPEN_HIGH_LOW_CLOSE
          A constant indicating a stock volume-open-high-low-close chart.
const int CHART_TYPE_SURFACE_3D
          A constant indicating a 3D surface chart.
const int CHART_TYPE_SURFACE_3D_WIREFRAME
          A constant indicating a wireframe 3D surface chart.
const int CHART_TYPE_SURFACE_CONTOUR
          A constant indicating a contour chart.
const int CHART_TYPE_SURFACE_CONTOUR_WIREFRAME
          A constant indicating a wireframe contour chart without color.
const System.Drawing.Color COLOR_NONE
          A constant indicating that the color is none.
const int KEYS_ARRANGEMENT_DIRECTION_HORIZONTAL
          A constant indicating that the keys are arranged horizontally in the legend area.
const int KEYS_ARRANGEMENT_DIRECTION_VERTICAL
          A constant indicating that the keys are arranged vertically in the legend area.
const int LEGEND_BOTTOM
          A constant indicating that the legend is placed at the bottom of the chart.
const int LEGEND_CORNER
          A constant indicating that the legend is placed at the top right corner of the chart.
const int LEGEND_LEFT
          A constant indicating that the legend is placed at the left margin of the chart.
const int LEGEND_NOT_DOCKED_OR_INSIDE_THE_PLOT_AREA
          A constant indicating that the legend is placed in an unknown position in the chart area.
const int LEGEND_RIGHT
          A constant indicating that the legend is placed at the right margin of the chart.
const int LEGEND_TOP
          A constant indicating that the legend is placed at the top of the chart.
const int LINE_STYLE_DARK_GRAY
          A constant indicating that the line has dark gray color.
const int LINE_STYLE_DASH
          A constant indicating that the line is a dashed line.
const int LINE_STYLE_DASH_DOT
          A constant indicating that the line is a dash dot line.
const int LINE_STYLE_DASH_DOT_DOT
          A constant indicating that the line is a dash dot dot line.
const int LINE_STYLE_DOT
          A constant indicating that the line is a dotted line.
const int LINE_STYLE_LIGHT_GRAY
          A constant indicating that the line has light gray color.
const int LINE_STYLE_MEDIUM_GRAY
          A constant indicating that the line has medium gray color.
const int LINE_STYLE_NONE
          A constant indicating that the line is not visible.
const int LINE_STYLE_SOLID
          A constant indicating that the line is a solid line.
const int LINE_WEIGHT_HAIRLINE
          A constant indicating that the line weight is hairline.
const int LINE_WEIGHT_MEDIUM
          A constant indicating that the line weight is medium.
const int LINE_WEIGHT_NARROW
          A constant indicating that the line weight is narrow.
const int LINE_WEIGHT_WIDE
          A constant indicating that the line weight is wide.
const int LINE_WEIGHT_ZERO
          A constant indicating that the line weight is zero.
const int SERIES_DATA_LABELS_NONE
          A constant indicating that the series data labels show type is none.
const int SERIES_DATA_LABELS_SHOW_BUBBLE_SIZE
          A constant indicating that the series data labels show type is bubble size.
const int SERIES_DATA_LABELS_SHOW_LABEL
          A constant indicating that the series data labels show type is label.
const int SERIES_DATA_LABELS_SHOW_LABEL_AND_PERCENT
          A constant indicating that the series data labels show type is label and percent.
const int SERIES_DATA_LABELS_SHOW_PERCENT
          A constant indicating that the series data labels show type is percent.
const int SERIES_DATA_LABELS_SHOW_VALUE
          A constant indicating that the series data labels show type is value.
const int SERIES_IN_COLUMNS
          A constant indicating that the series is in columns.
const int SERIES_IN_ROWS
          A constant indicating that the series is in rows.
const int SERIES_MARKER_AUTOMATIC
          A constant indicating that the series marker type is automatic.
const int SERIES_MARKER_CIRCLE
          A constant indicating that the series marker type is circle.
const int SERIES_MARKER_DIAMOND
          A constant indicating that the series marker type is diamond.
const int SERIES_MARKER_DOW_JONES
          A constant indicating that the series marker type is Dow Jones.
const int SERIES_MARKER_NONE
          A constant indicating that the series marker type is none.
const int SERIES_MARKER_PLUS_SIGN
          A constant indicating that the series marker type is plus sign.
const int SERIES_MARKER_SQUARE
          A constant indicating that the series marker type is square.
const int SERIES_MARKER_STANDARD_DEVIATION
          A constant indicating that the series marker type is standard deviation.
const int SERIES_MARKER_STAR
          A constant indicating that the series marker type is star.
const int SERIES_MARKER_TRIANGLE
          A constant indicating that the series marker type is triangle.
const int SERIES_MARKER_X
          A constant indicating that the series marker type is X.
 
Constructor Summary
Chart()
           
   

Constant Detail

CHART_TYPE_COLUMN_CLUSTERED

public const int CHART_TYPE_COLUMN_CLUSTERED
A constant indicating a clustered column chart. Embedded value is "0".

See Also:
Constant Values

CHART_TYPE_COLUMN_STACKED

public const int CHART_TYPE_COLUMN_STACKED
A constant indicating a stacked column chart. Embedded value is "1".

See Also:
Constant Values

CHART_TYPE_COLUMN_100_PERCENT_STACKED

public const int CHART_TYPE_COLUMN_100_PERCENT_STACKED
A constant indicating a 100% stacked column chart. It compares the percentage each value contributes to a total across categories. Embedded value is "2".

See Also:
Constant Values

CHART_TYPE_COLUMN_3D_CLUSTERED

public const int CHART_TYPE_COLUMN_3D_CLUSTERED
A constant indicating a clustered column chart with a 3D visual effect. Embedded value is "3".

See Also:
Constant Values

CHART_TYPE_COLUMN_3D_STACKED

public const int CHART_TYPE_COLUMN_3D_STACKED
A constant indicating a stacked column chart with a 3D visual effect. Embedded value is "4".

See Also:
Constant Values

CHART_TYPE_COLUMN_3D_100_PERCENT_STACKED

public const int CHART_TYPE_COLUMN_3D_100_PERCENT_STACKED
A constant indicating a 100% stacked column chart with a 3D visual effect. Embedded value is "5".

See Also:
Constant Values

CHART_TYPE_COLUMN_3D

public const int CHART_TYPE_COLUMN_3D
A constant indicating a 3D column chart. It compares values across categories and across series. Embedded value is "6".

See Also:
Constant Values

CHART_TYPE_BAR_CLUSTERED

public const int CHART_TYPE_BAR_CLUSTERED
A constant indicating a clustered bar chart. It compares values across categories. Embedded value is "10".

See Also:
Constant Values

CHART_TYPE_BAR_STACKED

public const int CHART_TYPE_BAR_STACKED
A constant indicating a stacked bar chart. It compares the contribution of each value to a total across categories. Embedded value is "11".

See Also:
Constant Values

CHART_TYPE_BAR_100_PERCENT_STACKED

public const int CHART_TYPE_BAR_100_PERCENT_STACKED
A constant indicating a 100% stacked bar chart. It compares the percentage each value contributes to a total across categories. Embedded value is "12".

See Also:
Constant Values

CHART_TYPE_BAR_3D_CLUSTERED

public const int CHART_TYPE_BAR_3D_CLUSTERED
A constant indicating a clustered bar chart with a 3D visual effect. Embedded value is "13".

See Also:
Constant Values

CHART_TYPE_BAR_3D_STACKED

public const int CHART_TYPE_BAR_3D_STACKED
A constant indicating a stacked bar chart with a 3D visual effect. Embedded value is "14".

See Also:
Constant Values

CHART_TYPE_BAR_3D_100_PERCENT_STACKED

public const int CHART_TYPE_BAR_3D_100_PERCENT_STACKED
A constant indicating a 100% stacked bar chart with a 3D visual effect. Embedded value is "15".

See Also:
Constant Values

CHART_TYPE_LINE

public const int CHART_TYPE_LINE
A constant indicating a line chart. It displays trend over time or categories. Embedded value is "20".

See Also:
Constant Values

CHART_TYPE_LINE_STACKED

public const int CHART_TYPE_LINE_STACKED
A constant indicating a stacked line chart. It displays the trend of the contribution of each value over time or categories. Embedded value is "21".

See Also:
Constant Values

CHART_TYPE_LINE_100_PERCENT_STACKED

public const int CHART_TYPE_LINE_100_PERCENT_STACKED
A constant indicating a 100% stacked line chart. It compares the trend of the percentage each value contributes over time or categories. Embedded value is "22".

See Also:
Constant Values

CHART_TYPE_LINE_MARKERS

public const int CHART_TYPE_LINE_MARKERS
A constant indicating a line chart with markers displayed at each data value. Embedded value is "23".

See Also:
Constant Values

CHART_TYPE_LINE_STACKED_MARKERS

public const int CHART_TYPE_LINE_STACKED_MARKERS
A constant indicating a stacked line chart with markers displayed at each data value. Embedded value is "24".

See Also:
Constant Values

CHART_TYPE_LINE_100_PERCENT_STACKED_MARKERS

public const int CHART_TYPE_LINE_100_PERCENT_STACKED_MARKERS
A constant indicating an 100% stacked line chart with markers displayed at each data value. Embedded value is "25".

See Also:
Constant Values

CHART_TYPE_LINE_3D

public const int CHART_TYPE_LINE_3D
A constant indicating a 3D line chart. Line chart with a 3D visual effect. Embedded value is "26".

See Also:
Constant Values

CHART_TYPE_PIE

public const int CHART_TYPE_PIE
A constant indicating a pie chart. It displays the contribution of each value to a total. Embedded value is "30".

See Also:
Constant Values

CHART_TYPE_PIE_3D

public const int CHART_TYPE_PIE_3D
A constant indicating a pie chart with a 3D visual effect. Embedded value is "31".

See Also:
Constant Values

CHART_TYPE_PIE_OF_PIE

public const int CHART_TYPE_PIE_OF_PIE
A constant indicating a pie of pie chart. Pie with user-defined values extracted and combined into a second pie. Embedded value is "32".

See Also:
Constant Values

CHART_TYPE_PIE_EXPLODED

public const int CHART_TYPE_PIE_EXPLODED
A constant indicating an exploded pie chart. It displays the contribution of each value to a total while emphasizing individual values. Embedded value is "33".

See Also:
Constant Values

CHART_TYPE_PIE_3D_EXPLODED

public const int CHART_TYPE_PIE_3D_EXPLODED
A constant indicating an exploded pie chart with a 3D visual effect. Embedded value is "34".

See Also:
Constant Values

CHART_TYPE_BAR_OF_PIE

public const int CHART_TYPE_BAR_OF_PIE
A constant indicating a bar of pie chart. Pie with user-defined values extracted and combined into a stacked bar. Embedded value is "35".

See Also:
Constant Values

CHART_TYPE_SCATTER

public const int CHART_TYPE_SCATTER
A constant indicating a scatter chart. It compares pairs of values. Embedded value is "40".

See Also:
Constant Values

CHART_TYPE_SCATTER_SMOOTHED_LINES_MARKERS

public const int CHART_TYPE_SCATTER_SMOOTHED_LINES_MARKERS
A constant indicating a scatter chart with data points connected by smoothed lines with markers. Embedded value is "41".

See Also:
Constant Values

CHART_TYPE_SCATTER_SMOOTHED_LINES

public const int CHART_TYPE_SCATTER_SMOOTHED_LINES
A constant indicating a scatter chart with data points connected by smoothed lines without markers. Embedded value is "42".

See Also:
Constant Values

CHART_TYPE_SCATTER_LINES_MARKERS

public const int CHART_TYPE_SCATTER_LINES_MARKERS
A constant indicating a scatter chart with data points connected by lines with markers. Embedded value is "43".

See Also:
Constant Values

CHART_TYPE_SCATTER_LINES

public const int CHART_TYPE_SCATTER_LINES
A constant indicating a scatter chart with data points connected by lines without markers. Embedded value is "44".

See Also:
Constant Values

CHART_TYPE_AREA

public const int CHART_TYPE_AREA
A constant indicating an Area chart. It displays the trend of values over time or categories. Embedded value is "50".

See Also:
Constant Values

CHART_TYPE_AREA_STACKED

public const int CHART_TYPE_AREA_STACKED
A constant indicating a Stacked Area chart. It displays the trend of the contribution of each value over time or categories. Embedded value is "51".

See Also:
Constant Values

CHART_TYPE_AREA_100_PERCENT_STACKED

public const int CHART_TYPE_AREA_100_PERCENT_STACKED
A constant indicating a 100% Stacked Area chart. It displays the trend of the percentage each value contributes over time or categories. Embedded value is "52".

See Also:
Constant Values

CHART_TYPE_AREA_3D

public const int CHART_TYPE_AREA_3D
A constant indicating an Area with a 3D visual effect chart. Embedded value is "53".

See Also:
Constant Values

CHART_TYPE_AREA_3D_STACKED

public const int CHART_TYPE_AREA_3D_STACKED
A constant indicating a Stacked Area with a 3D visual effect chart. Embedded value is "54".

See Also:
Constant Values

CHART_TYPE_AREA_3D_100_PERCENT_STACKED

public const int CHART_TYPE_AREA_3D_100_PERCENT_STACKED
A constant indicating a 100% Stacked Area chart with a 3D visual effect. Embedded value is "55".

See Also:
Constant Values

CHART_TYPE_DOUGHNUT

public const int CHART_TYPE_DOUGHNUT
A constant indicating a doughnut chart. It is like a pie chart but, it can contain multiple series. Embedded value is "60".

See Also:
Constant Values

CHART_TYPE_DOUGHNUT_EXPLODED

public const int CHART_TYPE_DOUGHNUT_EXPLODED
A constant indicating an exploded doughnut chart. It is like an exploded pie chart, but it can contain multiple series. Embedded value is "61".

See Also:
Constant Values

CHART_TYPE_RADAR

public const int CHART_TYPE_RADAR
A constant indicating a radar chart. It displays changes in values relative to a center point. Embedded value is "70".

See Also:
Constant Values

CHART_TYPE_RADAR_MARKERS

public const int CHART_TYPE_RADAR_MARKERS
A constant indicating a radar chart with markers at each data point. Embedded value is "71".

See Also:
Constant Values

CHART_TYPE_RADAR_FILLED

public const int CHART_TYPE_RADAR_FILLED
A constant indicating a filled radar chart. Radar with the area covered by a data series filled with a color. Embedded value is "72".

See Also:
Constant Values

CHART_TYPE_SURFACE_3D

public const int CHART_TYPE_SURFACE_3D
A constant indicating a 3D surface chart. It shows trends in values across two dimensions in a continuous curve. Embedded value is "80".

See Also:
Constant Values

CHART_TYPE_SURFACE_3D_WIREFRAME

public const int CHART_TYPE_SURFACE_3D_WIREFRAME
A constant indicating a wireframe 3D surface chart. A 3D surface chart without color. Embedded value is "81".

See Also:
Constant Values

CHART_TYPE_SURFACE_CONTOUR

public const int CHART_TYPE_SURFACE_CONTOUR
A constant indicating a contour chart. Surface chart viewed from above. Colors represent ranges of values. Embedded value is "82".

See Also:
Constant Values

CHART_TYPE_SURFACE_CONTOUR_WIREFRAME

public const int CHART_TYPE_SURFACE_CONTOUR_WIREFRAME
A constant indicating a wireframe contour chart without color. Embedded value is "83".

See Also:
Constant Values

CHART_TYPE_BUBBLE

public const int CHART_TYPE_BUBBLE
A constant indicating a bubble chart. Compares sets of 3 values. Like a scatter chart with a third value displayed as the size of the bubble marker. Embedded value is "90".

See Also:
Constant Values

CHART_TYPE_BUBBLE_3D_EFFECT

public const int CHART_TYPE_BUBBLE_3D_EFFECT
A constant indicating a bubble chart with a 3D visual effect. Embedded value is "91".

See Also:
Constant Values

CHART_TYPE_STOCK_HIGH_LOW_CLOSE

public const int CHART_TYPE_STOCK_HIGH_LOW_CLOSE
A constant indicating a stock high-low-close chart. Requires three series of values in this order. Embedded value is "100".

See Also:
Constant Values

CHART_TYPE_STOCK_OPEN_HIGH_LOW_CLOSE

public const int CHART_TYPE_STOCK_OPEN_HIGH_LOW_CLOSE
A constant indicating a stock open-high-low-close chart. Requires four series of values in this order. Embedded value is "101".

See Also:
Constant Values

CHART_TYPE_STOCK_VOLUME_HIGH_LOW_CLOSE

public const int CHART_TYPE_STOCK_VOLUME_HIGH_LOW_CLOSE
A constant indicating a stock volume-high-low-close chart. Requires four series of values in this order. Embedded value is "102".

See Also:
Constant Values

CHART_TYPE_STOCK_VOLUME_OPEN_HIGH_LOW_CLOSE

public const int CHART_TYPE_STOCK_VOLUME_OPEN_HIGH_LOW_CLOSE
A constant indicating a stock volume-open-high-low-close chart. Requires five series of values in this order. Embedded value is "103".

See Also:
Constant Values

CHART_TYPE_CYLINDER_COLUMN

public const int CHART_TYPE_CYLINDER_COLUMN
A constant indicating a column chart with a cylindrical shape. Embedded value is "110".

See Also:
Constant Values

CHART_TYPE_CYLINDER_COLUMN_STACKED

public const int CHART_TYPE_CYLINDER_COLUMN_STACKED
A constant indicating a stacked column chart with a cylindrical shape. Embedded value is "111".

See Also:
Constant Values

CHART_TYPE_CYLINDER_COLUMN_100_PERCENT_STACKED

public const int CHART_TYPE_CYLINDER_COLUMN_100_PERCENT_STACKED
A constant indicating a 100% stacked column chart with a cylindrical shape. Embedded value is "112".

See Also:
Constant Values

CHART_TYPE_CYLINDER_BAR

public const int CHART_TYPE_CYLINDER_BAR
A constant indicating a bar chart with a cylindrical shape. Embedded value is "113".

See Also:
Constant Values

CHART_TYPE_CYLINDER_BAR_STACKED

public const int CHART_TYPE_CYLINDER_BAR_STACKED
A constant indicating a stacked bar chart with a cylindrical shape. Embedded value is "114".

See Also:
Constant Values

CHART_TYPE_CYLINDER_BAR_100_PERCENT_STACKED

public const int CHART_TYPE_CYLINDER_BAR_100_PERCENT_STACKED
A constant indicating a 100% stacked bar chart with a cylindrical shape. Embedded value is "115".

See Also:
Constant Values

CHART_TYPE_CYLINDER_COLUMN_3D

public const int CHART_TYPE_CYLINDER_COLUMN_3D
A constant indicating a 3D column chart with a cylindrical shape. Embedded value is "116".

See Also:
Constant Values

CHART_TYPE_CONE_COLUMN

public const int CHART_TYPE_CONE_COLUMN
A constant indicating a column chart with a conical shape. Embedded value is "120".

See Also:
Constant Values

CHART_TYPE_CONE_COLUMN_STACKED

public const int CHART_TYPE_CONE_COLUMN_STACKED
A constant indicating a stacked column chart with a conical shape. Embedded value is "121".

See Also:
Constant Values

CHART_TYPE_CONE_COLUMN_100_PERCENT_STACKED

public const int CHART_TYPE_CONE_COLUMN_100_PERCENT_STACKED
A constant indicating a 100% stacked column chart with a conical shape. Embedded value is "122".

See Also:
Constant Values

CHART_TYPE_CONE_BAR

public const int CHART_TYPE_CONE_BAR
A constant indicating a bar chart with a conical shape. Embedded value is "123".

See Also:
Constant Values

CHART_TYPE_CONE_BAR_STACKED

public const int CHART_TYPE_CONE_BAR_STACKED
A constant indicating a stacked bar chart with a conical shape. Embedded value is "124".

See Also:
Constant Values

CHART_TYPE_CONE_BAR_100_PERCENT_STACKED

public const int CHART_TYPE_CONE_BAR_100_PERCENT_STACKED
A constant indicating a 100% stacked bar chart with a conical shape. Embedded value is "125".

See Also:
Constant Values

CHART_TYPE_CONE_COLUMN_3D

public const int CHART_TYPE_CONE_COLUMN_3D
A constant indicating a 3D column chart with a conical shape. Embedded value is "126".

See Also:
Constant Values

CHART_TYPE_PYRAMID_COLUMN

public const int CHART_TYPE_PYRAMID_COLUMN
A constant indicating a column chart with a pyramid shape. Embedded value is "130".

See Also:
Constant Values

CHART_TYPE_PYRAMID_COLUMN_STACKED

public const int CHART_TYPE_PYRAMID_COLUMN_STACKED
A constant indicating a stacked column chart with a pyramid shape. Embedded value is "131".

See Also:
Constant Values

CHART_TYPE_PYRAMID_COLUMN_100_PERCENT_STACKED

public const int CHART_TYPE_PYRAMID_COLUMN_100_PERCENT_STACKED
A constant indicating a 100% stacked column chart with a pyramid shape. Embedded value is "132".

See Also:
Constant Values

CHART_TYPE_PYRAMID_BAR

public const int CHART_TYPE_PYRAMID_BAR
A constant indicating a bar chart with a pyramid shape. Embedded value is "133".

See Also:
Constant Values

CHART_TYPE_PYRAMID_BAR_STACKED

public const int CHART_TYPE_PYRAMID_BAR_STACKED
A constant indicating a stacked bar chart with a pyramid shape. Embedded value is "134".

See Also:
Constant Values

CHART_TYPE_PYRAMID_BAR_100_PERCENT_STACKED

public const int CHART_TYPE_PYRAMID_BAR_100_PERCENT_STACKED
A constant indicating a 100% stacked bar chart with a pyramid shape. Embedded value is "135".

See Also:
Constant Values

CHART_TYPE_PYRAMID_COLUMN_3D

public const int CHART_TYPE_PYRAMID_COLUMN_3D
A constant indicating a 3D column chart with a pyramid shape. Embedded value is "136".

See Also:
Constant Values

LEGEND_BOTTOM

public const int LEGEND_BOTTOM
A constant indicating that the legend is placed at the bottom of the chart. Embedded value is "0".

See Also:
Constant Values

LEGEND_CORNER

public const int LEGEND_CORNER
A constant indicating that the legend is placed at the top right corner of the chart. Embedded value is "1".

See Also:
Constant Values

LEGEND_TOP

public const int LEGEND_TOP
A constant indicating that the legend is placed at the top of the chart. Embedded value is "2".

See Also:
Constant Values

LEGEND_RIGHT

public const int LEGEND_RIGHT
A constant indicating that the legend is placed at the right margin of the chart. Embedded value is "3".

See Also:
Constant Values

LEGEND_LEFT

public const int LEGEND_LEFT
A constant indicating that the legend is placed at the left margin of the chart. Embedded value is "4".

See Also:
Constant Values

LEGEND_NOT_DOCKED_OR_INSIDE_THE_PLOT_AREA

public const int LEGEND_NOT_DOCKED_OR_INSIDE_THE_PLOT_AREA
A constant indicating that the legend is placed in an unknown position in the chart area. Embedded value is "7".

See Also:
Constant Values

KEYS_ARRANGEMENT_DIRECTION_HORIZONTAL

public const int KEYS_ARRANGEMENT_DIRECTION_HORIZONTAL
A constant indicating that the keys are arranged horizontally in the legend area. Embedded value is "0".

See Also:
Constant Values

KEYS_ARRANGEMENT_DIRECTION_VERTICAL

public const int KEYS_ARRANGEMENT_DIRECTION_VERTICAL
A constant indicating that the keys are arranged vertically in the legend area. Embedded value is "1".

See Also:
Constant Values

LINE_STYLE_SOLID

public const int LINE_STYLE_SOLID
A constant indicating that the line is a solid line. Embedded value is "0".

See Also:
Constant Values

LINE_STYLE_DASH

public const int LINE_STYLE_DASH
A constant indicating that the line is a dashed line. Embedded value is "1".

See Also:
Constant Values

LINE_STYLE_DOT

public const int LINE_STYLE_DOT
A constant indicating that the line is a dotted line. Embedded value is "2".

See Also:
Constant Values

LINE_STYLE_DASH_DOT

public const int LINE_STYLE_DASH_DOT
A constant indicating that the line is a dash dot line. Embedded value is "3".

See Also:
Constant Values

LINE_STYLE_DASH_DOT_DOT

public const int LINE_STYLE_DASH_DOT_DOT
A constant indicating that the line is a dash dot dot line. Embedded value is "4".

See Also:
Constant Values

LINE_STYLE_NONE

public const int LINE_STYLE_NONE
A constant indicating that the line is not visible. Embedded value is "5".

See Also:
Constant Values

LINE_STYLE_DARK_GRAY

public const int LINE_STYLE_DARK_GRAY
A constant indicating that the line has dark gray color. Embedded value is "6".

See Also:
Constant Values

LINE_STYLE_MEDIUM_GRAY

public const int LINE_STYLE_MEDIUM_GRAY
A constant indicating that the line has medium gray color. Embedded value is "7".

See Also:
Constant Values

LINE_STYLE_LIGHT_GRAY

public const int LINE_STYLE_LIGHT_GRAY
A constant indicating that the line has light gray color. Embedded value is "8".

See Also:
Constant Values

LINE_WEIGHT_HAIRLINE

public const int LINE_WEIGHT_HAIRLINE
A constant indicating that the line weight is hairline. Embedded value is "-1".

See Also:
Constant Values

LINE_WEIGHT_NARROW

public const int LINE_WEIGHT_NARROW
A constant indicating that the line weight is narrow. Embedded value is "0".

See Also:
Constant Values

LINE_WEIGHT_MEDIUM

public const int LINE_WEIGHT_MEDIUM
A constant indicating that the line weight is medium. Embedded value is "1".

See Also:
Constant Values

LINE_WEIGHT_WIDE

public const int LINE_WEIGHT_WIDE
A constant indicating that the line weight is wide. Embedded value is "2".

See Also:
Constant Values

LINE_WEIGHT_ZERO

public const int LINE_WEIGHT_ZERO
A constant indicating that the line weight is zero. Embedded value is "0xFFFF".

See Also:
Constant Values

AXIS_TICK_MARK_TYPE_NONE

public const int AXIS_TICK_MARK_TYPE_NONE
A constant indicating that there are no tick marks for axis. Embedded value is "0".

See Also:
Constant Values

AXIS_TICK_MARK_TYPE_INSIDE

public const int AXIS_TICK_MARK_TYPE_INSIDE
A constant indicating that the tick mark is present only inside. Embedded value is "1".

See Also:
Constant Values

AXIS_TICK_MARK_TYPE_OUTSIDE

public const int AXIS_TICK_MARK_TYPE_OUTSIDE
A constant indicating that the tick mark is present only outside. Embedded value is "2".

See Also:
Constant Values

AXIS_TICK_MARK_TYPE_CROSS

public const int AXIS_TICK_MARK_TYPE_CROSS
A constant indicating that the tick mark is present both inside and outside. Embedded value is "3".

See Also:
Constant Values

AXIS_TICK_MARK_LABEL_NONE

public const int AXIS_TICK_MARK_LABEL_NONE
A constant indicating that there are no tick mark labels for axis. Embedded value is "0".

See Also:
Constant Values

AXIS_TICK_MARK_LABEL_LOW

public const int AXIS_TICK_MARK_LABEL_LOW
A constant indicating that the tick mark labels are situated on bottom of the chart for X axis or on the left side of the chart for Y axis. Embedded value is "1".

See Also:
Constant Values

AXIS_TICK_MARK_LABEL_HIGH

public const int AXIS_TICK_MARK_LABEL_HIGH
A constant indicating that the tick mark labels are situated above of the chart for X axis or on the right side of the chart for Y axis. Embedded value is "2".

See Also:
Constant Values

AXIS_TICK_MARK_LABEL_NEXT_TO_AXIS

public const int AXIS_TICK_MARK_LABEL_NEXT_TO_AXIS
A constant indicating that the tick mark labels are situated next to the axis. Embedded value is "3".

See Also:
Constant Values

SERIES_DATA_LABELS_NONE

public const int SERIES_DATA_LABELS_NONE
A constant indicating that the series data labels show type is none. Embedded value is "0".

See Also:
Constant Values

SERIES_DATA_LABELS_SHOW_VALUE

public const int SERIES_DATA_LABELS_SHOW_VALUE
A constant indicating that the series data labels show type is value. Embedded value is "1".

See Also:
Constant Values

SERIES_DATA_LABELS_SHOW_PERCENT

public const int SERIES_DATA_LABELS_SHOW_PERCENT
A constant indicating that the series data labels show type is percent. Embedded value is "2".

See Also:
Constant Values

SERIES_DATA_LABELS_SHOW_LABEL

public const int SERIES_DATA_LABELS_SHOW_LABEL
A constant indicating that the series data labels show type is label. Embedded value is "3".

See Also:
Constant Values

SERIES_DATA_LABELS_SHOW_LABEL_AND_PERCENT

public const int SERIES_DATA_LABELS_SHOW_LABEL_AND_PERCENT
A constant indicating that the series data labels show type is label and percent. Embedded value is "4".

See Also:
Constant Values

SERIES_DATA_LABELS_SHOW_BUBBLE_SIZE

public const int SERIES_DATA_LABELS_SHOW_BUBBLE_SIZE
A constant indicating that the series data labels show type is bubble size. Embedded value is "5".

See Also:
Constant Values

SERIES_MARKER_AUTOMATIC

public const int SERIES_MARKER_AUTOMATIC
A constant indicating that the series marker type is automatic. Embedded value is "-1".

See Also:
Constant Values

SERIES_MARKER_NONE

public const int SERIES_MARKER_NONE
A constant indicating that the series marker type is none. Embedded value is "0".

See Also:
Constant Values

SERIES_MARKER_SQUARE

public const int SERIES_MARKER_SQUARE
A constant indicating that the series marker type is square. Embedded value is "1".

See Also:
Constant Values

SERIES_MARKER_DIAMOND

public const int SERIES_MARKER_DIAMOND
A constant indicating that the series marker type is diamond. Embedded value is "2".

See Also:
Constant Values

SERIES_MARKER_TRIANGLE

public const int SERIES_MARKER_TRIANGLE
A constant indicating that the series marker type is triangle. Embedded value is "3".

See Also:
Constant Values

SERIES_MARKER_X

public const int SERIES_MARKER_X
A constant indicating that the series marker type is X. Embedded value is "4".

See Also:
Constant Values

SERIES_MARKER_STAR

public const int SERIES_MARKER_STAR
A constant indicating that the series marker type is star. Embedded value is "5".

See Also:
Constant Values

SERIES_MARKER_DOW_JONES

public const int SERIES_MARKER_DOW_JONES
A constant indicating that the series marker type is Dow Jones. Embedded value is "6".

See Also:
Constant Values

SERIES_MARKER_STANDARD_DEVIATION

public const int SERIES_MARKER_STANDARD_DEVIATION
A constant indicating that the series marker type is standard deviation. Embedded value is "7".

See Also:
Constant Values

SERIES_MARKER_CIRCLE

public const int SERIES_MARKER_CIRCLE
A constant indicating that the series marker type is circle. Embedded value is "8".

See Also:
Constant Values

SERIES_MARKER_PLUS_SIGN

public const int SERIES_MARKER_PLUS_SIGN
A constant indicating that the series marker type is plus sign. Embedded value is "9".

See Also:
Constant Values

SERIES_IN_ROWS

public const int SERIES_IN_ROWS
A constant indicating that the series is in rows. Embedded value is "0".

See Also:
Constant Values

SERIES_IN_COLUMNS

public const int SERIES_IN_COLUMNS
A constant indicating that the series is in columns. Embedded value is "1".

See Also:
Constant Values

COLOR_NONE

public const System.Drawing.Color COLOR_NONE
A constant indicating that the color is none. Used for series background. Embedded value is alfa=0, R=0, G=0, B=0.

Constructor Detail

Chart

public Chart()

Copyright 2009 On Time Computing Solutions