Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal name As String, _ ByVal timeInterval As TimeInterval, _ ByVal axisToShadow As Axis _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Axis( string name, TimeInterval timeInterval, Axis axisToShadow ) |
Parameters
- name
- The name and label of this axis.
- timeInterval
- A TimeInterval enumaration that specifies the new TimeInterval for this axis.
- axisToShadow
- An axis to derived from.
This instance must be added to Chart.AxisCollection. The specified axis
must appear on the chart and use Scale.Time, otherwise, the new instance will have no effect when added
to Chart.AxisCollection.