Gets the default chart settings for an indicator, based on the IndicatorAttribute applied to it.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public static SeriesChartSettings GetDefaultChartSettings(
	ISeries indicator
)
Visual Basic (Declaration)
Public Shared Function GetDefaultChartSettings ( _
	indicator As ISeries _
) As SeriesChartSettings
Visual C++
public:
static SeriesChartSettings^ GetDefaultChartSettings(
	ISeries^ indicator
)

Parameters

indicator
Type: RightEdge.Common..::.ISeries
The indicator to get default settings for.

Return Value

A new SeriesChartSettings object with the default settings for the indicator.

See Also