'Declaration Protected Overridable Sub CreateChartAxis( _ ByVal chartXml As XElement, _ ByVal plotAreaXml As XElement _ )
'Usage Dim instance As BaseChart Dim chartXml As XElement Dim plotAreaXml As XElement instance.CreateChartAxis(chartXml, plotAreaXml)
protected virtual void CreateChartAxis( XElement chartXml, XElement plotAreaXml )
Parameters
- chartXml
- plotAreaXml