Version

TimeAxisLabelFormat Class Members

The following tables list the members exposed by TimeAxisLabelFormat.

Public Constructors
 NameDescription
Public ConstructorTimeAxisLabelFormat ConstructorInitializes a new TimeAxisLabelFormat.  
Public Properties
 NameDescription
Public PropertyFormatThe DateTime format string to apply.  
Public PropertyRangeThe visible axis range at which to apply this label format.  
Public PropertyRepeatedDayFormatThe DateTime format string to apply, if the day is repeated from the prior date.  
Public PropertyRepeatedMonthFormatThe DateTime format string to apply, if the month is repeated from the prior date.  
Public PropertyRepeatedYearFormatThe DateTime format string to apply, if the year is repeated from the prior date.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetFormatResets the Format property to its default value.  
Public MethodResetRangeResets the Range property to its default value.  
Public MethodResetRepeatedDayFormatResets the RepeatedDayFormat property to its default value.  
Public MethodResetRepeatedMonthFormatResets the RepeatedMonthFormat property to its default value.  
Public MethodResetRepeatedYearFormatResets the RepeatedYearFormat property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Protected MethodShouldSerializeFormatIndicates if the Format property needs to be serialized.  
Protected MethodShouldSerializeRangeIndicates if the Range property needs to be serialized.  
Protected MethodShouldSerializeRepeatedDayFormatIndicates if the RepeatedDayFormat property needs to be serialized.  
Protected MethodShouldSerializeRepeatedMonthFormatIndicates if the RepeatedMonthFormat property needs to be serialized.  
Protected MethodShouldSerializeRepeatedYearFormatIndicates if the RepeatedYearFormat property needs to be serialized.  
Public Events
 NameDescription
Public EventPropertyChanged  
See Also