153
153
private void updatelabelview() {
154
154
var indicatorcount = this.labelmodel.expressions.length;
156
156
this.indicator_index < indicatorcount ?
157
157
this.labelmodel.expression(this.indicator_index).label() : "";
159
159
this.indicator_index < indicatorcount ?
160
160
this.labelmodel.expression(this.indicator_index).guide() : "";
164
163
private void updategraphsview() {