Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Description

The SettingsLineAreaScatter class contains all settings that are specific to line, area, and scatter charts. To return a SettingsLineAreaScatter object, use Series.SettingsLineAreaScatter.

C#
vb.net

Properties

Name

Description

DropLine

Returns a ChartLine object representing the drop lines of a line, area, or scatter series.

HighLowLine

Returns a ChartLine object representing the high-low lines of a line or scatter series.

ShowDropLines

Sets or returns whether series drop-lines will be displayed in the chart.

ShowHighLowLines

Sets or returns whether series high-low lines will be displayed in the chart.

ShowUpDownBars

Sets or returns whether series up/down bars will be displayed in the chart.

UpDownBar

Returns an UpDownBar object representing the up/down bars of a line series.
  • No labels