Interface ISupportAxes2D
Interface implementation for support axis for 2D chart
Inherited Members
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. |