Interface IRangeDistribution
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IRangeDistribution
Methods
Create(Double, Double, Int32)
Declaration
IEnumerable<MapRange> Create(double minValue, double maxValue, int tickMarkCount)
Parameters
|
System.Double
minValue
|
|
System.Double
maxValue
|
|
System.Int32
tickMarkCount
|
Returns
|
System.Collections.Generic.IEnumerable<MapRange>
|