Class ChartModelToImageConverter
Class responsible for creating a chart image used while dragging, resizing.
Inheritance
System.Object
ChartModelToImageConverter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Layers
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ChartModelToImageConverter
Constructors
ChartModelToImageConverter()
Declaration
public ChartModelToImageConverter()
Methods
GetImageFromFloatingChartShape(FloatingChartShape, Size)
Creates an image from the given FloatingChartShape.
Declaration
public static Image GetImageFromFloatingChartShape(FloatingChartShape floatingChartShape, Size size)
Parameters
|
FloatingChartShape
floatingChartShape
The FloatingChartShape. |
|
System.Drawing.Size
size
The size of the chart. |
Returns
|
System.Drawing.Image
|