menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISupportAxes - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISupportAxes

    Interface implementation for ISupportAxes

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.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.

    XRange

    Gets XRange property

    Declaration
    DoubleRange XRange { get; }
    Property Value
    Type
    DoubleRange

    YRange

    Gets YRange property

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