Style(Stylename)

Sets the style of the chart.

Parameters

Stylename. Specifies the name of the chart style to be used. This parameter accepts one of the following text values:

  • Bar (default). Standard bar chart.
  • Hbar. Horizontal bar chart.
  • Line. Line graph.
  • Stairs. Line graph in the form of stairs.
  • Pie. Pie chart.
  • FastLine. More basic line graph.
  • Area. Filled form of Line graph.
  • Point. Rectangular points are used.
  • Arrows. Values are shown with arrows.
  • Bubbles. Values are shown with bubbles
Examples

ChartGraph.Style('Pie');

Sets the chart style to Pie.