public Axis CustomVertAxis {get; set;}
Remarks
After adding a new vertical Custom Axis to a Chart, use CustomVertAxis to associate the Series to the Custom Axis.
Example
[C#]
This example shows how the minimum and maximum offsets when zooming a custom axis are correctly adjusted to the zoomed region.
myVerticalCustomAxis.SetMinMax(
myVerticalCustomAxis.CalcPosPoint (Chart1.Zoom.y1),
myVerticalCustomAxis.CalcPosPoint(Chart1.Zoom.y0));
See Also
Series Class | Series Members | Steema.TeeChart.Styles Namespace