説明
例
| 例: 次を作成: EnumeratedBarChartAxis | |
![]() | |
{import * from CURL.GUI.CHARTS}
{import * from CHARTS-DOC,
location = "../docstring-support/gui/charts-doc.scurl"
}
{LayeredChart
width = 15cm,
height = 6cm,
bottom-axis =
{EnumeratedBarChartAxis
{ChartDataSeries sample-records, "Name"}
},
{BarLayer
sample-records,
"Age",
"Points"
}
}
|
| 新しい EnumeratedBarChartAxis を作成します。 |
| この軸に沿った主目盛りを表すのに必要なすべての |
| この軸に沿ったゼロに対応する空間位置を取得します。 |
| データ値に対応する空間位置を計算します。 |
| この軸に沿った位置に対応するデータ値を計算します。 |
新しい EnumeratedBarChartAxis を作成します。
例
この軸に沿った主目盛りを表すのに必要なすべての
説明
この軸に沿ったゼロに対応する空間位置を取得します。
説明
注意事項
データ値に対応する空間位置を計算します。
戻り値
説明
この軸に沿った位置に対応するデータ値を計算します。
戻り値
説明