GeoBlazor Pro


layout: pro title: TimeSliderStop parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

TimeSliderStop Class

Defines specific locations on the time slider where thumbs will snap to when manipulated.
If unspecified, ten evenly spaced stops will be added.

public class TimeSliderStop

Inheritance System.Object 🡒 TimeSliderStop

Properties

TimeSliderStop.Count Property

Number of evenly spaced divisions.
For StopsByCount

public System.Nullable<double> Count { get; set; }

Property Value

System.Nullable<System.Double>

TimeSliderStop.Dates Property

Array of dates.
For StopsByDates

public System.Collections.Generic.List<System.DateTime>? Dates { get; set; }

Property Value

System.Collections.Generic.List<System.DateTime>

TimeSliderStop.Interval Property

Specifies a granularity of temporal data and allows you to visualize the data at specified intervals.
It can be set at regular interval such as every hour or every day.
For StopsByInterval

public dymaptic.GeoBlazor.Core.Objects.TimeInterval? Interval { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Objects.TimeInterval

TimeSliderStop.TimeExtent Property

The time period to divide. If unspecified, the time slider’s fullTimeExtent will be used.
For StopsByCount
For StopsByInterval

public dymaptic.GeoBlazor.Core.Objects.TimeExtent? TimeExtent { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Objects.TimeExtent

TimeSliderStop.Type Property

A non-ESRI property to determine the type of stops to help with the serialization.

public dymaptic.GeoBlazor.Pro.Components.Widgets.TimeSliderStops Type { get; set; }

Property Value

TimeSliderStops