Skip to main content
A newer version of this page is available. .

VisualRangeLengthSettings Members

Defines the length of the date-time axis’ displayed range.

Constructors

Name Description
VisualRangeLengthSettings() Initializes a new instance of the VisualRangeLengthSettings class with default settings.

Properties

Name Description
Days Sets the visual range’s length to the time interval measured in days. Available only for an axis/scale displaying date-time values.
Hours Sets the visual range’s length to the time interval measured in hours. Available only for an axis/scale displaying date-time values.
Milliseconds Sets the visual range’s length to the time interval measured in milliseconds. Available only for an axis/scale displaying date-time values.
Minutes Sets the visual range’s length to the time interval measured in minutes. Available only for an axis/scale displaying date-time values.
Months Sets the visual range’s length to the time interval measured in months. Available only for an axis/scale displaying date-time values.
Quarters Sets the visual range’s length to the time interval measured in quaters. Available only for an axis/scale displaying date-time values.
Seconds Sets the visual range’s length to the time interval measured in seconds. Available only for an axis/scale displaying date-time values.
Weeks Sets the visual range’s length to the time interval measured in weeks. Available only for an axis/scale displaying date-time values.
Years Sets the visual range’s length to the time interval measured in years. Available only for an axis/scale displaying date-time values.

Methods

Name Description
Assign(PropertiesBase) Copies the public properties from the specified object to the current one.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also