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 |
---|---|
Returns a ChartLine object representing the drop lines of a line, area, or scatter series. | |
Returns a ChartLine object representing the high-low lines of a line or scatter series. | |
Sets or returns whether series drop-lines will be displayed in the chart. | |
Sets or returns whether series high-low lines will be displayed in the chart. | |
Sets or returns whether series up/down bars will be displayed in the chart. | |
Returns an UpDownBar object representing the up/down bars of a line series. |