Class CartesianSeries3D
Class implementation for CartesianSeries
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public abstract class CartesianSeries3D : ChartSeries3D, ICloneable, ISupportAxes3D, ISupportAxes
Constructors
CartesianSeries3D()
Declaration
protected CartesianSeries3D()
Fields
IsTransposedProperty
The DependencyProperty for IsTransposed property.
Declaration
public static readonly DependencyProperty IsTransposedProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IsTransposed
Gets or sets a value indicating whether to change the orientation of the series.
Declaration
public bool IsTransposed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
XRange
Gets the x-axis range.
Declaration
public DoubleRange XRange { get; }
Property Value
Type |
---|
DoubleRange |
YRange
Gets the y-axis range.
Declaration
public DoubleRange YRange { get; }
Property Value
Type |
---|
DoubleRange |
Methods
CloneSeries(DependencyObject)
Clones the series.
Declaration
protected override DependencyObject CloneSeries(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The object. |
Returns
Type | Description |
---|---|
System.Windows.DependencyObject | Returns the cloned series. |
Overrides
OnVisibleRangeChanged(VisibleRangeChangedEventArgs)
Called when VisibleRange property changed
Declaration
protected virtual void OnVisibleRangeChanged(VisibleRangeChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
VisibleRangeChangedEventArgs | e | Event Arguments |
OnXAxisChanged(ChartAxis, ChartAxis)
Called when instance created for XAxis changed
Declaration
protected virtual void OnXAxisChanged(ChartAxis oldAxis, ChartAxis newAxis)
Parameters
OnYAxisChanged(ChartAxis, ChartAxis)
Called when instance created for YAxis Changed
Declaration
protected virtual void OnYAxisChanged(ChartAxis oldAxis, ChartAxis newAxis)
Parameters
Explicit Interface Implementations
ISupportAxes.ActualXAxis
Gets the actual x-axis instance.
Declaration
ChartAxis ISupportAxes.ActualXAxis { get; }
Returns
Type |
---|
ChartAxis |
ISupportAxes.ActualYAxis
Gets the actual y-axis instance.
Declaration
ChartAxis ISupportAxes.ActualYAxis { get; }
Returns
Type |
---|
ChartAxis |