Gets a reference to strategy chart settings


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Chart As Chart
C#
public Chart Chart { get; }
C++
public property Chart Chart sealed  {
    Chart get();
}
J#
/** property */
public Chart get_Chart();
JScript
public function get Chart() : Chart

See Also