Skip to content

Commit 29e487e

Browse files
committed
changes made
1 parent 1ddfcb0 commit 29e487e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

maui/src/Charts/Series/CartesianSeries.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,8 @@ internal set
601601
}
602602
}
603603

604+
internal virtual bool IsFillEmptyPoint { get { return true; } }
605+
604606
#endregion
605607

606608
#region Constructor

0 commit comments

Comments
 (0)