Skip to content

Commit 075d1b3

Browse files
authored
ExtrapolationLineSeries (#1746)
1 parent 81a972b commit 075d1b3

8 files changed

Lines changed: 1182 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ All notable changes to this project will be documented in this file.
66
### Added
77
- Example for Issue #1716 showing poor tick spacing on DateTimeAxis with interval types of Weeks or Years
88
- Example for label placement on BarSeries with non-zero BaseValue (#1726)
9+
- ExtrapolationLineSeries as described in #1740 to allow to display pre-defined intervals of a line series with a different style than the rest.
10+
- Added DataRange, unit tests and examples as support for ExtrapolationLineSeries.
911
- Add control over how far from the series the tracker fires (#1736)
1012
- Add option to check distance for result between data points (#1736)
1113
- Legend.AllowUseFullExtent property to control whether legends should be able to use the full extent of the plot (#1743)
1214

1315
### Changed
16+
- Updated Series.cd with ExtrapolationLineSeries and removed classes that do not exist anymore
1417

1518
### Removed
1619

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ David Laundav <davelaundav@gmail.com>
3838
David Wong <dvkwong0@gmail.com>
3939
DJDAS
4040
DNV GL AS
41+
Doeharrrck <doeharrrck@gmx.de>
4142
Don Syme <donsyme@fastmail.fm>
4243
DotNetDoctor <dotnetdoctor@outlook.com>
4344
efontana2

0 commit comments

Comments
 (0)