Gets or sets a text color of the bottom axis


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

Syntax

Visual Basic (Declaration)
Public Property BottomAxisTextColor As Color
C#
public Color BottomAxisTextColor { get; set; }
C++
public property Color BottomAxisTextColor sealed  {
    Color get();
    void set(Color value);
}
J#
/** property */
public Color get_BottomAxisTextColor();

/** property */
public void set_BottomAxisTextColor(Color value);
JScript
public function get BottomAxisTextColor() : Color

public function set BottomAxisTextColor(value : Color);

See Also