[]
        
(Showing Draft Content)

C1.Web.Mvc.RangeSelector-1

RangeSelector<T> Class

Inheritance
Extender
RangeSelector<T>
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class RangeSelector<T> : Extender, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
RangeSelector(FlexChartCore<T>)

Creates one RangeSelector<T> instance.

Properties

Name Description
IsVisible

Gets or sets the visibility of the range selector.

Max

Gets or sets the maximum value of the range.

MaxScale

Gets or sets the maximum range scale of the range selector.

Min

Gets or sets the minimum value of the range.

MinScale

Gets or sets the minimum range scale of the range selector.

OnClientRangeChanged

Occurs after the range changes.

Orientation

Gets or sets the orientation of the range selector.

Seamless

Gets or sets whether the minimal and maximal handler will move seamlessly.

Extension Methods