Xceed Toolkit for Maui v2.0 Documentation
Range Class
Members  Example 


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace : Range Class
Represents a range & allows to set its StartEnd points.
Syntax
'Declaration
 
Public Class Range 
   Implements IRange 
'Usage
 
Dim instance As Range
public class Range : IRange  
Remarks
This class is used by the AxisCustomRange property in order to specify the Axis' range.
Example
<xctk:Chart.HorizontalAxis>
  <xctk:Axis>
    <xctk:Axis.CustomRange>
      <xctk:Range Start="0"
                  End="5"/>
    </xctk:Axis.CustomRange>
  </xctk:Axis>
<xctk:Chart.HorizontalAxis>
Inheritance Hierarchy

System.Object
   Xceed.Maui.Toolkit.Range

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Range Members
Xceed.Maui.Toolkit Namespace