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