10 lines
165 B
C#
10 lines
165 B
C#
![]() |
using System;
|
|||
|
using CPF.ReoGrid.Drawing;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Chart
|
|||
|
{
|
|||
|
public interface IDataSerialStyle : IDrawingLineObjectStyle, IDrawingObjectStyle
|
|||
|
{
|
|||
|
}
|
|||
|
}
|