Skip to content

Commit 7489a60

Browse files
committed
replace null with item
1 parent bbc87bb commit 7489a60

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)