ILNumerics Ultimate VS

CandlestickBullFillArea Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Provides a reference to the triangles of fill area of bull candlesticks

[ILNumerics Drawing2 Toolbox]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public TrianglesStrip BullFillArea { get; }

Property Value

Type: TrianglesStrip
Remarks

The BullFillArea property allows direct access to the line plot, partly defining CandleStick. It allows all configurations valid for general shapes, including access to the rendering Buffers, as well as the Positions and Colors buffers, the solid Color property, all mouse events and light configuration.

High level functions of Candlestick modify internal data and therefore also the internal line plot shape. Since BullFillArea provides direct access to this shape, users must take care of potentially conflicting changes to the BullFillArea, caused by manual changed and by changes due to the Update(InArraySingle, InArraySingle, InArraySingle, InArraySingle, InArraySingle) function.

[ILNumerics Drawing2 Toolbox]

See Also

Reference