package org.simantics.document.server.io; public interface IChartItem { double[] getValues(); double[] getTimes(); String getName(); }