ClassFloatingChartShape
Floating shape that embeds a chart within a worksheet, supporting visual data representation with positioning and sizing.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Shapes
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class FloatingChartShape : FloatingResizableShapeBase
Inheritance: objectFloatingShapeBaseFloatingResizableShapeBaseFloatingChartShape
Inherited Members
Constructors
FloatingChartShape(Worksheet, CellIndex, CellRange, SeriesRangesOrientation, params ChartType[])
Initializes a new instance of the FloatingChartShape class.
Declaration
public FloatingChartShape(Worksheet worksheet, CellIndex cellIndex, CellRange chartDataRange, SeriesRangesOrientation seriesRangesOrientation, params ChartType[] chartTypes)
Parameters
worksheet
The worksheet that the shape is associated with.
cellIndex
The cell index where the top left corner of the shape is positioned.
chartDataRange
The range containing the chart data.
seriesRangesOrientation
A value indicating whether the series of the chart will refer to vertical or horizontal ranges or the direction will be determined automatically.
chartTypes
ChartType[]
The types of chart that will be created. Passing more than one type will create a combo chart.
FloatingChartShape(Worksheet, CellIndex, CellRange, params ChartType[])
Initializes a new instance of the FloatingChartShape class.
Declaration
public FloatingChartShape(Worksheet worksheet, CellIndex cellIndex, CellRange chartDataRange, params ChartType[] chartTypes)
Parameters
worksheet
The worksheet that the shape is associated with.
cellIndex
The cell index where the top left corner of the shape is positioned.
chartDataRange
The range containing the chart data.
chartTypes
ChartType[]
The types of chart that will be created. Passing more than one type will create a combo chart.
Properties
Chart
Gets or sets the chart displayed by this shape, defining all visual and data series.
Fill
Gets or sets the background fill styling for the chart shape.
FloatingShapeType
Gets the shape type, always Chart for this shape.
Declaration
public override FloatingShapeType FloatingShapeType { get; }
Property Value
Overrides