Interface ISupportAxes
Interface implementation for ISupportAxes
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public interface ISupportAxesProperties
ActualXAxis
Gets ActualXAxis property.
Declaration
ChartAxis ActualXAxis { get; }Property Value
| Type | Description | 
|---|---|
| ChartAxis | It takes the  | 
ActualYAxis
Gets ActualYAxis property.
Declaration
ChartAxis ActualYAxis { get; }Property Value
| Type | Description | 
|---|---|
| ChartAxis | It takes the  | 
XRange
Gets XRange property
Declaration
DoubleRange XRange { get; }Property Value
| Type | 
|---|
| DoubleRange | 
YRange
Gets YRange property
Declaration
DoubleRange YRange { get; }Property Value
| Type | 
|---|
| DoubleRange |