Class Chart


  • public class Chart
    extends System.Object
    This class contains the constants used for creating charts.
    • Field 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
        Deprecated.
        As of version 8.5
        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
        Deprecated.
        As of version 8.5
        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
        Deprecated.
        As of version 8.5
        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
        Deprecated.
        As of version 8.5
        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
        Deprecated.
        As of version 8.5
        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
        Deprecated.
        As of version 8.5
        A constant indicating that the series data labels show type is bubble size. Embedded value is "5".
        See Also:
        Constant Values
      • DATA_LABELS_POSITION_AUTOMATIC

        public const System.String DATA_LABELS_POSITION_AUTOMATIC
        A constant indicating the automatic position for the data labels. Embedded value is "auto".
        See Also:
        Constant Values
      • DATA_LABELS_POSITION_BEST_FIT

        public const System.String DATA_LABELS_POSITION_BEST_FIT
        A constant indicating the best fit position for the data labels. Embedded value is "bestFit".
        See Also:
        Constant Values
      • DATA_LABELS_POSITION_CENTER

        public const System.String DATA_LABELS_POSITION_CENTER
        A constant indicating the center position for the data labels. Embedded value is "ctr".
        See Also:
        Constant Values
      • DATA_LABELS_POSITION_INSIDE_END

        public const System.String DATA_LABELS_POSITION_INSIDE_END
        A constant indicating the inside end position for the data labels. Embedded value is "inEnd".
        See Also:
        Constant Values
      • DATA_LABELS_POSITION_OUTSIDE_END

        public const System.String DATA_LABELS_POSITION_OUTSIDE_END
        A constant indicating the outside end position for the data labels. Embedded value is "outEnd".
        See Also:
        Constant Values
      • DATA_LABELS_POSITION_INSIDE_BASE

        public const System.String DATA_LABELS_POSITION_INSIDE_BASE
        A constant indicating the inside base position for the data labels. Embedded value is "inBase".
        See Also:
        Constant Values
      • DATA_LABELS_POSITION_BELOW

        public const System.String DATA_LABELS_POSITION_BELOW
        A constant indicating the below position for the data labels. Embedded value is "b".
        See Also:
        Constant Values
      • DATA_LABELS_POSITION_LEFT

        public const System.String DATA_LABELS_POSITION_LEFT
        A constant indicating the left position for the data labels. Embedded value is "l".
        See Also:
        Constant Values
      • DATA_LABELS_POSITION_RIGHT

        public const System.String DATA_LABELS_POSITION_RIGHT
        A constant indicating the right position for the data labels. Embedded value is "r".
        See Also:
        Constant Values
      • DATA_LABELS_POSITION_ABOVE

        public const System.String DATA_LABELS_POSITION_ABOVE
        A constant indicating the above position for the data labels. Embedded value is "t".
        See Also:
        Constant Values
      • DATA_LABELS_SEPARATOR_COMMA

        public const System.String DATA_LABELS_SEPARATOR_COMMA
        A constant indicating the comma separator for the data labels. Embedded value is ", ".
        See Also:
        Constant Values
      • DATA_LABELS_SEPARATOR_SEMICOLON

        public const System.String DATA_LABELS_SEPARATOR_SEMICOLON
        A constant indicating the semicolon separator for the data labels. Embedded value is "; ".
        See Also:
        Constant Values
      • DATA_LABELS_SEPARATOR_PERIOD

        public const System.String DATA_LABELS_SEPARATOR_PERIOD
        A constant indicating the period separator for the data labels. Embedded value is ". ".
        See Also:
        Constant Values
      • DATA_LABELS_SEPARATOR_NEW_LINE

        public const System.String DATA_LABELS_SEPARATOR_NEW_LINE
        A constant indicating the new line separator for the data labels. Embedded value is "\r\n".
        See Also:
        Constant Values
      • DATA_LABELS_SEPARATOR_SPACE

        public const System.String DATA_LABELS_SEPARATOR_SPACE
        A constant indicating the space separator for the data labels. Embedded value is " ".
        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.
      • SPLIT_BY_POSITION

        public const short SPLIT_BY_POSITION
        A constant indicating that the series is splited by position. Used only for pie of pie and bar of pie charts. Embedded value is "0".
        See Also:
        Constant Values
      • SPLIT_BY_VALUE

        public const short SPLIT_BY_VALUE
        A constant indicating that the series is splited by value. Used only for pie of pie and bar of pie charts. Embedded value is "1".
        See Also:
        Constant Values
      • SPLIT_BY_PERCENTAGE_VALUE

        public const short SPLIT_BY_PERCENTAGE_VALUE
        A constant indicating that the series is splited by percentage value. Used only for pie of pie and bar of pie charts. Embedded value is "2".
        See Also:
        Constant Values
      • BUBBLE_SIZE_REPRESENTS_AREA_OF_BUBBLES

        public const short BUBBLE_SIZE_REPRESENTS_AREA_OF_BUBBLES
        A constant indicating that the bubble size represents the area of bubbles. Used only for bubble charts. Embedded value is "1".
        See Also:
        Constant Values
      • BUBBLE_SIZE_REPRESENTS_WIDTH_OF_BUBBLES

        public const short BUBBLE_SIZE_REPRESENTS_WIDTH_OF_BUBBLES
        A constant indicating that the bubble size represents the width of bubbles. Used only for bubble charts. Embedded value is "2".
        See Also:
        Constant Values
      • SHOW_EMPTY_CELLS_AS_GAPS

        public const short SHOW_EMPTY_CELLS_AS_GAPS
        A constant indicating that the empty cells are shown with gaps when the chart series is displayed. Embedded value is "0".
        See Also:
        Constant Values
      • SHOW_EMPTY_CELLS_AS_ZERO

        public const short SHOW_EMPTY_CELLS_AS_ZERO
        A constant indicating that the empty cells are shown as zero when the chart series is displayed. Embedded value is "1".
        See Also:
        Constant Values
      • SHOW_EMPTY_CELLS_AS_DATA_POINTS_CONNECTED_WITH_LINES

        public const short SHOW_EMPTY_CELLS_AS_DATA_POINTS_CONNECTED_WITH_LINES
        A constant indicating that the empty cells and its corresponding data points are connected with lines (interpolated) when the chart series is displayed. Embedded value is "1".
        See Also:
        Constant Values
    • Constructor Detail

      • Chart

        public Chart()