ChartBaseDataLimit Property

Gets or sets the maximum amount of DataValue objects to be loaded from data source.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public virtual int DataLimit { get; set; }

Property Value

Int32

Remarks

Note that this property is only used if data is loaded from data source. Otherwise it is ignored. Value of 0 means no limit. Trying to set a value lower than 0 will have no effect.

See Also