# netcore.HistoryPlot **Repository Path**: Tigerworm/netcore.HistoryPlot ## Basic Information - **Project Name**: netcore.HistoryPlot - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netcore.HistoryPlot #### 介绍 历程图绘制组件 支持功能: 1.实时历程图绘制; 2.局部跟踪显示; 3.全局预览显示; 4.辅助线及对应标记显示; 5.自定义格式图像保存。 #### 软件架构 netcore 3.0 #### 安装教程 On netcore platform must be install nuget list: 1. System.Drawing.Common 2. System.Buffers 3. System.Memory #### 支持参数配置 1.P_FrequencyWidth(X Axis Frequence Span Point (No Support asymmetric frequence axis , All row data must be equal to frequence width.)) 2.P_TimeHeight (Y Axis Time Span Point (If Real Drawing,TimeHeight default value equals 1,Total Draw is bitmap height.)) 3.P_RealTimeDbValue (传递数据) 4.P_DrawFlag(绘制类型) 5.P_RealRowMaxHeightdefault(实时录音时最大数据高度(秒)) 6.P_RepeatNormalizeTimeSpan(累积归一化时间间隔(秒)) 7.P_RepeatRow(重复绘制行数(默认值:5)) 8.P_ImageSavePath(默认图片存储位置)