Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

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#
public sealed class SettingsLineAreaScatter
vb.net
Public NotInheritable Class SettingsLineAreaScatter

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