|
DataSeriesBoxSetLabels Method
|
Sets the data labels for the values being shown.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public DataSeriesBox SetLabels(
string[] labels,
float size
)
Public Function SetLabels (
labels As String(),
size As Single
) As DataSeriesBox
Request Example
View SourceParameters
- labels
- Type: SystemString
The text labels. - size
- Type: SystemSingle
The text size.
Return Value
Type:
DataSeriesBoxSee Also