GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components
StopsByCount Class
Divides the time slider\u0027s fullTimeExtent into equal parts.
ArcGIS Maps SDK for JavaScript
public class StopsByCount : dymaptic.GeoBlazor.Pro.Components.TimeSliderStops
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 TimeSliderStops 🡒 StopsByCount
Constructors
StopsByCount() Constructor
Parameterless constructor for use as a Razor component.
public StopsByCount();
StopsByCount(Nullable, TimeExtent) Constructor
Parameterized constructor for use in code.
public StopsByCount(System.Nullable<double> count=null, dymaptic.GeoBlazor.Core.Components.TimeExtent? extent=null);
Parameters
count
System.Nullable<System.Double>
Number of evenly spaced divisions.
extent
dymaptic.GeoBlazor.Core.Components.TimeExtent
The time period to divide. If unspecified, the time slider’s fullTimeExtent will be used.
Properties
StopsByCount.Count Property
Number of evenly spaced divisions.
public System.Nullable<double> Count { get; set; }
Property Value
System.Nullable<System.Double>
StopsByCount.TimeExtent Property
The time period to divide. If unspecified, the time slider’s fullTimeExtent will be used.
public dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.TimeExtent
StopsByCount.Type Property
A non-ESRI property to determine the type of stops to help with the serialization.
public override dymaptic.GeoBlazor.Pro.Enums.TimeSliderStopsType Type { get; }