BarSetLabels Method (String) |
Sets up an axis with bar labels.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetLabels(
string[] labels
)
Public Overridable Sub SetLabels (
labels As String()
)
public:
virtual void SetLabels(
array<String^>^ labels
)
abstract SetLabels :
labels : string[] -> unit
override SetLabels :
labels : string[] -> unit
Parameters
- labels
- Type: SystemString
A String[] array with which to label the axis.
Remarks This turns off the tick marks and sets the "BarType" attribute.
It also turns off autoscaling for the axis and sets its "Window" and
"Number" and "Ticks" attribute as appropriate for a labeled bar
chart. The existing value of the "BarType" attribute is used to
determine the axis to be modified.
The number of labels must equal the number of items.
See Also