Skip to content

Commit ec3675f

Browse files
ntachevadimodi
authored andcommitted
Update knowledge-base/chart-customize-separate-markers.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 23017b5 commit ec3675f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

knowledge-base/chart-customize-separate-markers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ To achieve the desired result of marking specific data points as "special", foll
101101
102102
private List<ModelData> Series2Data = new List<ModelData>()
103103
{
104-
//these are the duplicated points that you want to change the symbol for. They are also contained in the data of the first chart, so the line follows the correct curve according to these points' values
104+
// These are the duplicated points that you want to change the symbol for.
105+
// They are also contained in the data of the first Chart series, so the line follows the correct curve according to these points' values
105106
new ModelData() { X = 15, Y = 20 },
106107
new ModelData() { X = 43, Y = 50 }
107108
};

0 commit comments

Comments
 (0)