QuoteSeries(String, Int32) Constructor
Initializes a new instance of the QuoteSeries class.
public QuoteSeries(
string name = "",
int maxLength = -1
)
This language is not supported or no code example is available.
public:
QuoteSeries(
String^ name,
int maxLength
)
This language is not supported or no code example is available.
public function QuoteSeries(
name : String,
maxLength : int
);
This language is not supported or no code example is available.
Parameters
-
name
-
string
The name.
-
maxLength
-
int
Max Length.
In this article
Definition