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