menu

WPF

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

    Show / Hide Table of Contents

    Interface ISupportAxes2D

    Interface implementation for support axis for 2D chart

    Inherited Members
    ISupportAxes.ActualXAxis
    ISupportAxes.ActualYAxis
    ISupportAxes.XRange
    ISupportAxes.YRange
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public interface ISupportAxes2D : ISupportAxes

    Properties

    XAxis

    Gets or sets XAxis property

    Declaration
    ChartAxisBase2D XAxis { get; set; }
    Property Value
    Type Description
    ChartAxisBase2D

    It takes the ChartAxisBase2D value.

    YAxis

    Gets or sets YAxis property

    Declaration
    RangeAxisBase YAxis { get; set; }
    Property Value
    Type Description
    RangeAxisBase

    It takes the RangeAxisBase value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved