Specifies the period (in seconds) for the historical overview navigation bar. By default it's one month of data

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int OverviewLimit { get; set; }
Visual Basic
Public Property OverviewLimit As Integer
	Get
	Set
JScript
function get OverviewLimit () : int
function set OverviewLimit (value : int)

Remarks

It's not possible to specify a TimeSpan property because it's not correctly de-serialized in Silverlight

See Also