GrapeCity.Xaml.SpreadSheet.Data
SpreadChart Constructor(String,SpreadChartType,Double,Double,Double,Double)


The name of the chart.
The type of the chart.
The x location of the chart.
The y location of the chart.
The width of the chart.
The height of the chart.
Initializes a new instance of the SpreadChart class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal type As SpreadChartType, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double _
)
'Usage
 
Dim name As String
Dim type As SpreadChartType
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
 
Dim instance As New SpreadChart(name, type, x, y, width, height)
public SpreadChart( 
   string name,
   SpreadChartType type,
   double x,
   double y,
   double width,
   double height
)

Parameters

name
The name of the chart.
type
The type of the chart.
x
The x location of the chart.
y
The y location of the chart.
width
The width of the chart.
height
The height of the chart.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SpreadChart Class
SpreadChart Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options