BarSeries(String, String, Int32, Int32) Constructor

Initializes a new instance of the BarSeries class.
public BarSeries( 
string name = "", 
string description = "", 
int maxLength = -1, 
int id = -1 
)
This language is not supported or no code example is available.
public:  
BarSeries( 
String^ name
String^ description
int maxLength
int id 
)
This language is not supported or no code example is available.
public function BarSeries( 
name : String
description : String
maxLength : int
id : int 
);
This language is not supported or no code example is available.

Parameters

name
string

The name.

description
string

maxLength
int

id
int

In this article

Definition