The SeriesChartSettings type exposes the following members.

Constructors

  NameDescription
SeriesChartSettings
SeriesChartSettings constructor.

Methods

  NameDescription
Clone
Creates a copy of a SeriesChartSettings object.
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDefaultChartSettings
Gets the default chart settings for an indicator, based on the IndicatorAttribute applied to it.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ChartPaneName
The chart pane to draw the series on. If this is null, the series will be drawn on the price pane.
Color
The color which will be used to draw the series.
DisplayName
The name which will be used to display the series on the chart.
LineSize
The line size to use to draw the series.
LineType
The line type to use to draw the series.
ShowInChart
Determines whether the series will be displayed on a chart or not.
Symbol
The symbol for which the series will be drawn. This can be left as null in most cases.

See Also