Version

LinearGraphRange Class Members

The following tables list the members exposed by LinearGraphRange.

Public Constructors
 NameDescription
Public ConstructorLinearGraphRange ConstructorInitializes a new instance of the LinearGraphRange class.  
Public Properties
 NameDescription
Public PropertyBrushGets or sets the brush to use to fill the range.  
Public PropertyEndValueGets or sets the value at which the range ends along the scale.  
Public PropertyInnerEndExtentGets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.  
Public PropertyInnerStartExtentGets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.  
Public PropertyNameGets or sets the name of the range.  
Public PropertyOuterEndExtentGets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.  
Public PropertyOuterStartExtentGets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.  
Public PropertyOutlineGets or sets the outline to use when rendering the range.  
Public PropertyStartValueGets or sets the value at which the range starts along the scale.  
Public PropertyStrokeThicknessGets or sets the stroke thickness to use when rendering this range's outline.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetBrushResets the Brush property to its default value.  
Public MethodResetEndValueResets the EndValue property to its default value.  
Public MethodResetInnerEndExtentResets the InnerEndExtent property to its default value.  
Public MethodResetInnerStartExtentResets the InnerStartExtent property to its default value.  
Public MethodResetNameResets the Name property to its default value.  
Public MethodResetOuterEndExtentResets the OuterEndExtent property to its default value.  
Public MethodResetOuterStartExtentResets the OuterStartExtent property to its default value.  
Public MethodResetOutlineResets the Outline property to its default value.  
Public MethodResetStartValueResets the StartValue property to its default value.  
Public MethodResetStrokeThicknessResets the StrokeThickness property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Protected MethodShouldSerializeBrushIndicates if the Brush property needs to be serialized.  
Protected MethodShouldSerializeEndValueIndicates if the EndValue property needs to be serialized.  
Protected MethodShouldSerializeInnerEndExtentIndicates if the InnerEndExtent property needs to be serialized.  
Protected MethodShouldSerializeInnerStartExtentIndicates if the InnerStartExtent property needs to be serialized.  
Protected MethodShouldSerializeNameIndicates if the Name property needs to be serialized.  
Protected MethodShouldSerializeOuterEndExtentIndicates if the OuterEndExtent property needs to be serialized.  
Protected MethodShouldSerializeOuterStartExtentIndicates if the OuterStartExtent property needs to be serialized.  
Protected MethodShouldSerializeOutlineIndicates if the Outline property needs to be serialized.  
Protected MethodShouldSerializeStartValueIndicates if the StartValue property needs to be serialized.  
Protected MethodShouldSerializeStrokeThicknessIndicates if the StrokeThickness property needs to be serialized.  
Public Events
 NameDescription
Public EventPropertyChangedEvent raised when a property value changes.  
See Also