19 lines
811 B
Markdown
19 lines
811 B
Markdown
|
|
---
|
||
|
|
source_files:
|
||
|
|
- DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.ChartOptions/View/ChartOptionsView.xaml.cs
|
||
|
|
generated_at: "2026-04-17T16:13:13.901944+00:00"
|
||
|
|
model: "zai-org/GLM-5-FP8"
|
||
|
|
schema_version: 1
|
||
|
|
sha256: "4ba631a9f013b7f7"
|
||
|
|
---
|
||
|
|
|
||
|
|
# View
|
||
|
|
|
||
|
|
### Purpose
|
||
|
|
This module provides the WPF view component for chart configuration options in the DTS Viewer application. It implements `IChartOptionsView` and serves as a data provider for available filter classes (CFC - Class Filter Classes) used in sensor data analysis, exposing filter options through the `AnalogSettingDefaults` infrastructure.
|
||
|
|
|
||
|
|
### Public Interface
|
||
|
|
|
||
|
|
- **`ChartOptionsView()`** - Constructor that initializes the XAML component via `InitializeComponent()`.
|
||
|
|
|
||
|
|
- **`AvailableCFC`** (`List<IFilterClass>`) - Read-only property that returns available filter
|