BarSetLabels Method (String, Int32) |
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,
int type
)
Public Overridable Sub SetLabels (
labels As String(),
type As Integer
)
public:
virtual void SetLabels(
array<String^>^ labels,
int type
)
abstract SetLabels :
labels : string[] *
type : int -> unit
override SetLabels :
labels : string[] *
type : int -> unit
Parameters
- labels
- Type: SystemString
A String[] which specifes axis labels.
- type
- Type: SystemInt32
An int which specifies the "BarType".
Remarks This turns off the tick marks and sets
the "BarType" attribute. It also turns off autoscaling for the axis and
sets its "Window", "Number" and "Ticks" attributes as appropriate for a
labeled bar chart.
The number of labels must equal the number of items.
The bar type determines the axis to be modified. Legal values
are:
See Also