Shades the area between the two series on a chart.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void FillIndicatorRegion( Symbol symbol, ISeries series1, ISeries series2, Color fillColor ) |
| Visual Basic (Declaration) |
|---|
Public Sub FillIndicatorRegion ( _ symbol As Symbol, _ series1 As ISeries, _ series2 As ISeries, _ fillColor As Color _ ) |
| Visual C++ |
|---|
public: void FillIndicatorRegion( Symbol^ symbol, ISeries^ series1, ISeries^ series2, Color fillColor ) |
Parameters
- symbol
- Type: RightEdge.Common..::.Symbol
The symbol corresponding to series.
- series1
- Type: RightEdge.Common..::.ISeries
The first series.
- series2
- Type: RightEdge.Common..::.ISeries
The second series.
- fillColor
- Type: System.Drawing..::.Color
The color of the shaded region.