You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -107,7 +106,6 @@ The following code example shows the [EmptyPointMode]() as `Average`.
107
106
SfCartesianChart chart = new SfCartesianChart();
108
107
109
108
.....
110
-
111
109
ColumnSeries series = new ColumnSeries()
112
110
{
113
111
ItemsSource = new ViewModel().ProductSales,
@@ -125,7 +123,7 @@ The following code example shows the [EmptyPointMode]() as `Average`.
125
123
126
124

127
125
128
-
## Customizing Empty Points
126
+
## Empty Point Customization
129
127
The [EmptyPointSettings]() property allows you to customize the appearance of empty points in a series. This enables you to adjust various visual aspects of empty points, making them more distinct from the other data points. You can modify the following properties within [EmptyPointSettings]().
130
128
131
129
*[Fill]() - Gets or sets the fill color for the empty points.
@@ -139,7 +137,6 @@ The [EmptyPointSettings]() property allows you to customize the appearance of em
0 commit comments