Gets or sets a text color of the right axis
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property RightAxisTextColor As Color |
| C# |
|---|
| public Color RightAxisTextColor { get; set; } |
| C++ |
|---|
| public property Color RightAxisTextColor sealed { Color get(); void set(Color value); } |
| J# |
|---|
| /** property */ public Color get_RightAxisTextColor(); /** property */ public void set_RightAxisTextColor(Color value); |
| JScript |
|---|
| public function get RightAxisTextColor() : Color public function set RightAxisTextColor(value : Color); |