menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IRangeAxis<T> - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IRangeAxis<T>

    Inteface implementation for IRangeAxis

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public interface IRangeAxis<T>
        where T : IComparable
    Type Parameters
    Name
    T

    Properties

    Maximum

    Gets or sets Maximum property

    Declaration
    T Maximum { get; set; }
    Property Value
    Type
    T

    Minimum

    Gets or sets Minimum property

    Declaration
    T Minimum { get; set; }
    Property Value
    Type
    T

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved