dotnetCHARTING Send comments on this topic.
ScaleRange Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : ScaleRange Class


The following tables list the members exposed by ScaleRange.

Public Constructors

  Name Description
Public Constructor ScaleRange Constructor Overloaded. Instantiates a ScaleRange class with a low and high value.  
Top

Public Properties

  Name Description
Public Property IncludeInAxisScale Gets or sets a value indicating whether an AxisTick or AxisMarker object using this ScaleRange will force the axis to expand it's scale to show it.  
Public Property Value Gets or sets the numeric, DateTime, or text value of this ScaleRange.  
Public Property ValueHigh Gets or sets the upper bounds of a numeric, DateTime, or text range.  
Public Property ValueLow Gets or sets the lower bounds of a numeric, DateTime, or text range.  
Top

Public Methods

  Name Description
Public Method ToString Overridden.   
Top

See Also