ARCed.Controls.ParameterMiniChart.ChangeActor C# (CSharp) Метод

ChangeActor() публичный Метод

Changes the actor the chart is displaying information of.
public ChangeActor ( Actor actor ) : void
actor Actor
Результат void
        public void ChangeActor(Actor actor)
        {
            this._actor = actor;
            this.RefreshChart();
        }