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 |
ActualYAxis
Gets ActualYAxis property.
Declaration
ChartAxis ActualYAxis { get; }
Property Value
Type | Description |
---|---|
ChartAxis | It takes the |
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 |