C# Класс ARCed.Controls.ParameterMiniChart

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
InitializeComponent void
ParameterMiniChartDoubleClick void
SetParameterIndex void

Открытые методы

Метод Описание
ChangeActor ( Actor actor ) : void

Changes the actor the chart is displaying information of.

ParameterMiniChart ( ) : System

Default constructor

RefreshChart ( ) : void

Forces the chart to refresh current parameters

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ParameterMiniChartDoubleClick ( object sender, EventArgs e ) : void
SetParameterIndex ( int index ) : void

Описание методов

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

Changes the actor the chart is displaying information of.
public ChangeActor ( Actor actor ) : void
actor Actor
Результат void

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ParameterMiniChart() публичный метод

Default constructor
public ParameterMiniChart ( ) : System
Результат System

RefreshChart() публичный метод

Forces the chart to refresh current parameters
public RefreshChart ( ) : void
Результат void