The chart plotting library root: the plot base types and the shared chart building blocks.
Microsoft.VisualBasic.Data.ChartPlots 1.0.9762.11310.
01 Namespaces
Microsoft.VisualBasic.Data.ChartPlots
| Type | Summary | Members |
|---|---|---|
| Annotation | 12 | |
| Bubble | the bubble plots | 2 |
| PointData | 绘图的点的数据 | 7 |
| Scatter | 5 | |
| SerialData | 一条曲线的绘图数据模型 | 6 |
| VennPlot | + 圆的半径大小直接与集合的大小相关 + 圆的交集部分的面积大小与两个集合之间的重合度相关 1. | 2 |
| VennSet | 4 | |
| ViolinPlot | 小提琴图 + 高度为数据的分布位置 + 宽度为对应的百分位上的数据点的数量 + 长度为最小值与最大值之间的差值 | 2 |
Microsoft.VisualBasic.Data.ChartPlots.BarPlot
Bar chart plots.
| Type | Summary | Members |
|---|---|---|
| AlignmentPlot | Visualize and comparing two discrete signals. | 5 |
| BarPlotAPI | 这个不像Histogram用于描述若干组连续的数据,这个是将数据按照标签分组来表述出来的 | 3 |
| BiDirectionBarPlot | compare two data set | 0 |
| LevelBarplot | 只针对单组数据的条形图绘制 | 0 |
| PlotAlignmentGroup | 9 | |
| StackedBarPlot | 2 | |
| StyledBarplot | 2 |
Microsoft.VisualBasic.Data.ChartPlots.BarPlot.Data
Data models for bar plots.
| Type | Summary | Members |
|---|---|---|
| BarDataGroup | 4 | |
| BarDataSample | Named value of double vector. | 3 |
| BarPlotDataExtensions | 2 | |
| BiDirectionData | 3 | |
| Constructor | 1 |
Microsoft.VisualBasic.Data.ChartPlots.BarPlot.Histogram
Histogram plots.
| Type | Summary | Members |
|---|---|---|
| Extensions | 1 | |
| Histogram | 对经由函数生成的连续数据的图形表述 | 6 |
| HistogramData | {x, y},一个柱子的绘图数据 | 9 |
| HistogramPlot | 3 | |
| HistProfile | The histogram serial data. | 5 |
Microsoft.VisualBasic.Data.ChartPlots.BarPlot.StyledBarplot
| Type | Summary | Members |
|---|---|---|
| BarSerial | 5 |
Microsoft.VisualBasic.Data.ChartPlots.BoxPlot
Box plots.
Microsoft.VisualBasic.Data.ChartPlots.Contour.HeatMap
Contour and heat map plots.
| Type | Summary | Members |
|---|---|---|
| ContourHeatMapPlot | Contour heatmap A contour plot is a graphical technique for representing a 3-dimensional surface by plotting constant z slices, called contours, on a 2-dimensional format. | 12 |
| FormulaEvaluate | 3 | |
| MatrixEvaluate | 直接返回矩阵数据 | 3 |
| Utils | 6 |
Microsoft.VisualBasic.Data.ChartPlots.Fractions
Fraction (stacked proportion) plots.
| Type | Summary | Members |
|---|---|---|
| FractionData | 扇形/金字塔的数据模型 | 4 |
| PieChart | 5 | |
| Pyramid | 1 | |
| RadarChart | 雷达图 | 2 |
| TreeMap | 1 |
Microsoft.VisualBasic.Data.ChartPlots.Graphic
The chart graphics layer: the shared drawing primitives and graphics helpers used by the chart types.
| Type | Summary | Members |
|---|---|---|
| HeatMapPlot | 5 | |
| Mapper | 将数据坐标转换为绘图坐标 | 15 |
| Plot | the chartting plot framework in sciBASIC | 11 |
| ProfileGroup | The plot data group | 1 |
| Scaling | 获取绘图数据的实际范围 | 17 |
Microsoft.VisualBasic.Data.ChartPlots.Graphic.Axis
Chart axes: the axis models and the tick and label rendering.
| Type | Summary | Members |
|---|---|---|
| Axis | 8 | |
| AxisData | 横纵坐标轴的画图数据 | 3 |
| AxisProvider | 1 | |
| AxisScalling | 7 | |
| AxisValue | 手工指定Axis的数据 | 3 |
| DataScaler | 将用户数据转换为作图的时候所需要的空间数据 | 3 |
| DataScalerExtensions | 1 | |
| TermScaler | 1 | |
| XAxis | 2 | |
| XAxisLayoutStyles | 9 | |
| YAxisLayoutStyles | 10 | |
| YScaler | 4 |
Microsoft.VisualBasic.Data.ChartPlots.Graphic.Canvas
The chart canvas abstraction used to draw charts.
| Type | Summary | Members |
|---|---|---|
| Absolute | 绝对位置定位 | 0 |
| FontStyle | 3 | |
| Layout | an abstract object plot layout object model | 1 |
| LayoutDependency | 3 | |
| PercentageRelative | 百分比相对定位 | 0 |
| Theme | The plot style theme definition | 29 |
Microsoft.VisualBasic.Data.ChartPlots.Graphic.Legend
Chart legends.
| Type | Summary | Members |
|---|---|---|
| LegendObject | 图例 | 6 |
| LegendPlotExtensions | 6 | |
| LegendStyles | Vector shapes that drawing of this legend. | 20 |
Microsoft.VisualBasic.Data.ChartPlots.Plot3D
3D plotting: the plot models and the 3D rendering device.
| Type | Summary | Members |
|---|---|---|
| DataProvider | Data provider | 4 |
| Scatter | 3D scatter charting | 2 |
| ScatterHeatmap | 2 | |
| Serial3D | Scatter serial data in 3D | 4 |
Microsoft.VisualBasic.Data.ChartPlots.Plot3D.Device
The 3D plotting device abstraction.
| Type | Summary | Members |
|---|---|---|
| Element3D | 因为先绘制坐标轴再绘制系列点,会没有太多层次感,所以在这里首先需要将这些需要绘制的原件转换为这个元素对象,然后做一次Z排序生成绘图顺序 最后再调用Element3D.Draw())方法进行3D图表的绘制 | 0 |
| Line | 1 | |
| Polygon | 一个三维空间之中的面 | 0 |
| RenderEngine | 将生成的绘图元素在这个引擎模块之中进行排序操作,然后进行图表的绘制 | 2 |
| ShapePoint | 1 |
Microsoft.VisualBasic.Data.ChartPlots.Plot3D.Impl
The 3D plot implementation.
| Type | Summary | Members |
|---|---|---|
| Scatter3D | 1 |
Microsoft.VisualBasic.Data.ChartPlots.Plot3D.Model
The 3D plotting model types.
| Type | Summary | Members |
|---|---|---|
| AxisDraw | 在这个模块之中生成Axis的绘制元素 | 0 |
Microsoft.VisualBasic.Data.ChartPlots.Plots
Scatter plot rendering.
| Type | Summary | Members |
|---|---|---|
| Scatter2D | A scatter plot (also called a scatterplot, scatter graph, scatter chart, scattergram, or scatter diagram)[3] is a type of plot or mathematical diagram using Cartesian coordinat… | 2 |