ChartBaseDataLimit Property
Gets or sets the maximum amount of
DataValue objects to be loaded
from data source.
Namespace: BeeMobile.ChartsAssembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
public virtual int DataLimit { get; set; }
Public Overridable Property DataLimit As Integer
Get
Set
Property Value
Int32
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.