Version

SizeScale Class Methods

For a list of all members of this type, see SizeScale members.

Public Methods
 NameDescription
Public MethodGetCurrentGlobalMaximum  
Public MethodGetCurrentGlobalMinimum  
Public MethodResetResets all the properties to their default values  
Public MethodResetGlobalMaximumResets the GlobalMaximum property to its default value.  
Public MethodResetGlobalMinimumResets the GlobalMinimum property to its default value.  
Public MethodResetIsLogarithmicResets the IsLogarithmic property to its default value.  
Public MethodResetLogarithmBaseResets the LogarithmBase property to its default value.  
Public MethodResetMaximumValueResets the MaximumValue property to its default value.  
Public MethodResetMinimumValueResets the MinimumValue property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Protected MethodOnPropertyUpdatedUsed to invoke the PropertyUpdated event.  
Protected MethodShouldSerializeGlobalMaximumIndicates if the GlobalMaximum property needs to be serialized.  
Protected MethodShouldSerializeGlobalMinimumIndicates if the GlobalMinimum property needs to be serialized.  
Protected MethodShouldSerializeIsLogarithmicIndicates if the IsLogarithmic property needs to be serialized.  
Protected MethodShouldSerializeLogarithmBaseIndicates if the LogarithmBase property needs to be serialized.  
Protected MethodShouldSerializeMaximumValueIndicates if the MaximumValue property needs to be serialized.  
Protected MethodShouldSerializeMinimumValueIndicates if the MinimumValue property needs to be serialized.  
See Also