From 8205dafdbdbe651864e77104e009e765baef9e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=98=D0=B2=D0=B0=D1=88=D0=BA?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Thu, 5 Dec 2024 00:02:37 +0500 Subject: [PATCH] Color picker done --- .../Windows/MainGraph/FormulaView.xaml | 25 +++++++++++++---- .../Windows/MainGraph/FormulaViewModel.cs | 28 +++++++++++++++++-- .../Windows/MainGraph/GraphView.xaml | 12 +++++++- .../Windows/MainGraph/TableView.xaml | 28 +++++++++++++++---- .../Windows/MainGraph/TableViewModel.cs | 26 +++++++++++++++++ .../Functions/Decorator/LimYDecorator.cs | 9 +++++- .../Models/Functions/FormulaFunction.cs | 2 ++ .../Models/Functions/TableFunction.cs | 3 +- .../Services/GraphSettings.cs | 4 +-- 9 files changed, 119 insertions(+), 18 deletions(-) diff --git a/StructureHelper/Windows/MainGraph/FormulaView.xaml b/StructureHelper/Windows/MainGraph/FormulaView.xaml index c7d06b3..4fadf4b 100644 --- a/StructureHelper/Windows/MainGraph/FormulaView.xaml +++ b/StructureHelper/Windows/MainGraph/FormulaView.xaml @@ -149,14 +149,29 @@ - + + + + - + + + + + + + + + + +