OnParentSet Method (ChartAxis)
Invoked whenever the Parent of an element is set. Implement this method in order to add behavior when the element is added to a parent.
Syntax
protected override void OnParentSet()
Remarks
Implementors must call the base method.
AssemblyVersion
Syncfusion.SfChart.XForms: 17.3451.0.26
See Also