Version

TimeAxisBreak Class Members

The following tables list the members exposed by TimeAxisBreak.

Public Constructors
 NameDescription
Public ConstructorTimeAxisBreak ConstructorInitializes a new TimeAxisBreak.  
Public Properties
 NameDescription
Public PropertyEndThe end time of the axis break.  
Public PropertyIntervalThe interval at which to repeat this break, expressed as a TimeSpan.  
Public PropertyStartThe start time of the axis break.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetEndResets the End property to its default value.  
Public MethodResetIntervalResets the Interval property to its default value.  
Public MethodResetStartResets the Start property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Protected MethodShouldSerializeEndIndicates if the End property needs to be serialized.  
Protected MethodShouldSerializeIntervalIndicates if the Interval property needs to be serialized.  
Protected MethodShouldSerializeStartIndicates if the Start property needs to be serialized.  
Public Events
 NameDescription
Public EventPropertyChanged  
See Also