LiveCharts.Charts.CartesianChartCore.RunSpecializedChartComponents C# (CSharp) Method

RunSpecializedChartComponents() public method

Runs the specialized chart components.
public RunSpecializedChartComponents ( ) : void
return void
        public override void RunSpecializedChartComponents()
        {
            foreach (var visualElement in ((ICartesianChart) View).VisualElements)
            {
                visualElement.AddOrMove(this);
            }
        }