グラフを描画するクラス
More...
|
|
Graph.DrawType | drawType = Graph.DrawType.Step |
| | グラフの種類
|
| |
|
SixLabors.Fonts.Font | axisTitleFont |
| | xy軸のラベル名のフォント
|
| |
|
SixLabors.Fonts.Font | axisFont |
| | xy軸の数値のフォント
|
| |
|
string | xAxisLabel |
| | x軸のラベル タイトル名
|
| |
|
string | yAxisLabel |
| | y軸のラベル タイトル名
|
| |
|
ArrayList | marker = new ArrayList() |
| | マーカー
|
| |
|
OSType | osType = OSType.unix |
| | 実行されるOSのタイプ
|
| |
◆ DrawType
グラフの種類
| Enumerator |
|---|
| Scatter | 折れ線
|
| Step | ステップ
|
◆ OSType
実行されるOSの種別
| Enumerator |
|---|
| unix | Unix.
|
| windows | Microsoft Windows NT.
|
| macOs | MacOS.
|
◆ AddMarker()
| void ImageSharpGraph.Graph.AddMarker |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
◆ AddSignalXYConst()
| void ImageSharpGraph.Graph.AddSignalXYConst |
( |
double[] |
xs, |
|
|
double[] |
ys |
|
) |
| |
|
inline |
◆ Draw()
◆ SetAxisLimitsX()
| void ImageSharpGraph.Graph.SetAxisLimitsX |
( |
double |
start, |
|
|
double |
end |
|
) |
| |
|
inline |
◆ SetAxisLimitsY()
| void ImageSharpGraph.Graph.SetAxisLimitsY |
( |
double |
start, |
|
|
double |
end |
|
) |
| |
|
inline |
◆ SetDrawType()
描画するグラフの種類を決定する
- Parameters
-
デフォルトはステップ
◆ XAxisLabel()
| void ImageSharpGraph.Graph.XAxisLabel |
( |
string |
label | ) |
|
|
inline |
◆ YAxisLabel()
| void ImageSharpGraph.Graph.YAxisLabel |
( |
string |
label | ) |
|
|
inline |
The documentation for this class was generated from the following file: