Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / AutomaticStartRange Class
Members Example


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

    System.Object
       Xceed.Maui.Toolkit.AutomaticStartRange

    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