Files
aistudio-wpf-diagram/Live-Charts-master/Core40/DateSeparatorElementCore.cs
2021-07-23 09:42:22 +08:00

13 lines
324 B
C#

namespace LiveCharts
{
/// <summary>
///
/// </summary>
public class DateSeparatorElementCore : SeparatorElementCore
{
/// <summary>
/// Gets or sets a value indicating whether this separator is a header separator
/// </summary>
public bool IsHeader { get; set; }
}
}