Class ChartRenderArgs2D
Provides the series render arguments in 2D 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 ChartRenderArgs2D : ChartRenderArgs
Constructors
ChartRenderArgs2D(IChartAreaHost, ChartSeries)
Initializes a new instance of the ChartRenderArgs class.
Declaration
public ChartRenderArgs2D(IChartAreaHost chart, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
IChartAreaHost | chart | The IChartAreaHost. |
ChartSeries | series | The series. |
Properties
DepthOffset
Gets or sets the depth offset.
Declaration
public SizeF DepthOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.SizeF | The depth offset. |
Graph
Gets or sets the ChartGraph object.
Declaration
public ChartGraph Graph { get; set; }
Property Value
Type | Description |
---|---|
ChartGraph | The graph. |
Is3D
Gets or sets a value indicating whether is 3D mode.
Declaration
public bool Is3D { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Offset
Gets or sets the offset.
Declaration
public SizeF Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.SizeF | The offset. |
Methods
GetPoint(Double, Double)
Gets the rendering point.
Declaration
public override PointF GetPoint(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | The x. |
System.Double | y | The y. |
Returns
Type |
---|
System.Drawing.PointF |