2020-10-20 00:58:15 +02:00

15 lines
368 B
ActionScript
Executable File

/*
Copyright (c) 2009 Yahoo! Inc. All rights reserved.
The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license
*/
package com.yahoo.astra.fl.charts.series
{
/**
* A type of series that supports stacking.
*
* @author Josh Tynjala
*/
public interface IStackedSeries extends ISeries
{
}
}