Class responsible for creating a chart image used while dragging , resizing.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class ChartModelToImageConverter : IChartModelToImageConverter
Inheritance: objectChartModelToImageConverter
Implements:
Constructors
C#
public ChartModelToImageConverter()
Methods
Creates an image from the given FloatingChartShape.
Creates an image from the given FloatingChartShape.
Creates an image from the given FloatingChartShape.
C#
public BitmapSource GetBitmapSourceFromFloatingChartShape(FloatingChartShape floatingChartShape, Size scale)
The FloatingChartShape.
scaleSizeScale factor.
Returns:BitmapSource
Creates an image from the given FloatingChartShape.
C#
public BitmapSource GetBitmapSourceFromFloatingChartShape(FloatingChartShape floatingChartShape)
The FloatingChartShape.
Returns:BitmapSource