Files
aistudio-wpf-diagram/Others/Live-Charts-master/Core40/DateSeparatorElementCore.cs
2023-04-16 20:11:40 +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; }
}
}