Class ChartRenderArgs3D
Provides the series render arguments in 3D mode.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartRenderArgs3D : ChartRenderArgs
Constructors
ChartRenderArgs3D(IChartAreaHost, ChartSeries)
Initializes a new instance of the ChartRenderArgs class.
Declaration
public ChartRenderArgs3D(IChartAreaHost chart, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
IChartAreaHost | chart | The IChartAreaHost. |
ChartSeries | series | The series. |
Properties
Depth
Gets or sets the depth.
Declaration
public double Depth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The depth. |
Graph
Gets or sets the graph.
Declaration
public Graphics3D Graph { get; set; }
Property Value
Type | Description |
---|---|
Graphics3D | The graph. |
Z
Gets or sets the Z.
Declaration
public double Z { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Z. |
Methods
GetVector(Double, Double)
Gets the Vector3D by chart values.
Declaration
public Vector3D GetVector(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | The X value. |
System.Double | y | The Y value. |
Returns
Type |
---|
Vector3D |