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


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace : AutomaticEndRange Class
Represents a Range that will be set in the AxisCustomRange property. 
Syntax
'Declaration
 
Public Class AutomaticEndRange 
   Implements IRange 
'Usage
 
Dim instance As AutomaticEndRange
public class AutomaticEndRange : IRange  
Remarks
The particularity of this object is that it only allows to set the start of the Range; the end of said Range will then be calculated automatically based on the Chart's DataPoints.
Example
<xctk:Chart.HorizontalAxis>
  <xctk:Axis>
    <xctk:Axis.CustomRange>
      <xctk:AutomaticEndRange Start="3"/>
    </xctk:Axis.CustomRange>
  </xctk:Axis>
</xctk:Chart.HorizontalAxis>
Inheritance Hierarchy

System.Object
   Xceed.Maui.Toolkit.AutomaticEndRange

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

AutomaticEndRange Members
Xceed.Maui.Toolkit Namespace