Version

TimeAxisInterval Class Members

The following tables list the members exposed by TimeAxisInterval.

Public Constructors
 NameDescription
Public ConstructorTimeAxisInterval ConstructorInitializes a new TimeAxisInterval.  
Public Properties
 NameDescription
Public PropertyIntervalThe interval, expressed as a multiple of IntervalType.  
Public PropertyIntervalTypeThe unit of time for this interval.  
Public PropertyRangeThe visible axis range at which to apply this interval.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetIntervalResets the Interval property to its default value.  
Public MethodResetIntervalTypeResets the IntervalType property to its default value.  
Public MethodResetRangeResets the Range property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Protected MethodShouldSerializeIntervalIndicates if the Interval property needs to be serialized.  
Protected MethodShouldSerializeIntervalTypeIndicates if the IntervalType property needs to be serialized.  
Protected MethodShouldSerializeRangeIndicates if the Range property needs to be serialized.  
Public Events
 NameDescription
Public EventPropertyChanged  
See Also