Allow the grid lines in chart view to be drawn over the top of the series. Striplines will be also disabled when the property is set to true

Namespace: Ico.Gdx
Assembly: 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)

See Also