Interface IChartTrendLines
public interface IChartTrendLines
Properties
Count
int Count { get; }
Property Value
this[int]
IChartTrendLine this[int iIndex] { get; }
Parameters
iIndex
int
Property Value
Methods
Add()
IChartTrendLine Add()
Returns
Add(TrendLineType)
IChartTrendLine Add(TrendLineType type)
Parameters
type
TrendLineType
Returns
Clear()
void Clear()
RemoveAt(int)
void RemoveAt(int index)
Parameters
index
int