Allow the grid lines in chart view to be drawn over the top of the series. Striplines will be disabled when this property is set to true.
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool ShowGridLinesOnTop { get; set; } |
| Visual Basic |
|---|
Public Property ShowGridLinesOnTop As Boolean Get Set |
| JScript |
|---|
function get ShowGridLinesOnTop () : boolean function set ShowGridLinesOnTop (value : boolean) |