The SeriesChartSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SeriesChartSettings |
SeriesChartSettings constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a copy of a SeriesChartSettings object.
| |
| Equals | Overloaded. | |
| 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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|