Interface ISupportAxes

    Show / Hide Table of Contents

    Interface ISupportAxes

    Interface implementation for ISupportAxes

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public interface ISupportAxes

    Properties

    ActualXAxis

    Gets ActualXAxis property.

    Declaration
    ChartAxis ActualXAxis { get; }
    Property Value
    Type Description
    ChartAxis

    It takes the ChartAxis value.

    ActualYAxis

    Gets ActualYAxis property.

    Declaration
    ChartAxis ActualYAxis { get; }
    Property Value
    Type Description
    ChartAxis

    It takes the ChartAxis value.

    VisibleXRange

    Gets XRange property

    Declaration
    DoubleRange VisibleXRange { get; }
    Property Value
    Type Description
    DoubleRange

    VisibleYRange

    Gets YRange property

    Declaration
    DoubleRange VisibleYRange { get; }
    Property Value
    Type Description
    DoubleRange
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved