Color picker done
This commit is contained in:
@@ -40,8 +40,8 @@ namespace StructureHelperCommon.Services
|
||||
_chartValues.Add(Math.Round(point.Y, 2));
|
||||
}
|
||||
_lineSeries.Values = _chartValues;
|
||||
_lineSeries.Stroke = Brushes.Blue; //Заменить на поле Color
|
||||
_lineSeries.Fill = Brushes.Transparent; //Заменить на поле Color
|
||||
_lineSeries.Stroke = new SolidColorBrush(_strokeColor);
|
||||
_lineSeries.Fill = Brushes.Transparent;
|
||||
_seriesCollection.Add(_lineSeries);
|
||||
return _seriesCollection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user