Skip to content

Commit 49ea244

Browse files
authored
Merge pull request oxyplot#1207 from dpavsrtrl/issue_1206
issue 1206 replace null with item
2 parents 8824d30 + 7489a60 commit 49ea244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/OxyPlot/Series/RectangleSeries.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public override TrackerHitResult GetNearestPoint(ScreenPoint point, bool interpo
288288
Text = StringHelper.Format(
289289
this.ActualCulture,
290290
this.TrackerFormatString,
291-
null,
291+
item,
292292
this.Title,
293293
this.XAxis.Title ?? DefaultXAxisTitle,
294294
this.XAxis.GetValue(p.X),

0 commit comments

Comments
 (0)