Version

SizeScale Class Members

The following tables list the members exposed by SizeScale.

Public Constructors
 NameDescription
Public ConstructorSizeScale ConstructorCreates a new instance of SizeScale.  
Public Properties
 NameDescription
Public PropertyIsLogarithmicGets or sets whether the scale is logarithmic.  
Public PropertyLogarithmBaseGets or sets the logarithm base for this scale.  
Public PropertyMaximumValueGets or sets the maximum value for this scale.  
Public PropertyMinimumValueGets or sets the minimum value for this scale.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event when a property of the object has been changed.  
Protected MethodOnPropertyUpdatedUsed to invoke the SizeScale.PropertyUpdated event.  
Public Events
 NameDescription
Public EventPropertyChangedInvoked when a property of the object has been changed.  
Public EventPropertyUpdatedEvent raised when a property (including "effective" and non-dependency property) value changes.  
See Also