円グラフの外観を呈する
説明
注意事項
例
例: PieChart の使用 | |
![]() | |
{import * from CURL.GUI.CHARTS} {import * from CHARTS-DOC, location = "../docstring-support/gui/charts-doc.scurl" } {AntialiasedFrame {PieChart width = 10cm, height = 10cm, {PieSet sample-records, "Age", label-data = {ChartDataSeries sample-records, "Name"} } } } |
例: PieChart 内部の複数の PieSet | |
![]() | |
{import * from CURL.GUI.CHARTS} {import * from CHARTS-DOC, location = "../docstring-support/gui/charts-doc.scurl" } {PieChart width = 10cm, height = 10cm, pie-set-inner-margin = .5cm, {PieSet sample-records, "Age", wedge-labels? = false, label-data = {ChartDataSeries sample-records, "Name"} }, {PieSet sample-records, "Wins", wedge-labels? = false, label-data = {ChartDataSeries sample-records, "Name"} } } |
例: PieSet.label-set? の使用 | |
![]() | |
{import * from CURL.GUI.CHARTS} {import * from CHARTS-DOC, location = "../docstring-support/gui/charts-doc.scurl" } {PieChart width = 13cm, height = 13cm, pie-set-inner-margin = .5cm, pie-label-radius = -7mm, legend-enabled? = false, {PieSet sample-records, "Age", label-set? = true, label-data = {ChartDataSeries sample-records, "Name"} }, {PieSet sample-records, "Wins", pie-label-radius = -14mm, label-set? = true, label-data = {ChartDataSeries sample-records, "Name"} } } |
例: 次でのグラジェントの使用: PieChart | |
![]() | |
{import * from CURL.GUI.CHARTS} {import * from CHARTS-DOC, location = "../docstring-support/gui/charts-doc.scurl" } {define-proc package {h-gradient start-color:FillPattern, end-color:FillPattern }:FillPattern {return {LinearGradientFillPattern {Fraction2d 0, 0}, {Fraction2d 1, 0}, {Spectrum.from-envelope start-color, 0.0, end-color, 1.0 } } } } {PieChart width = 10cm, height = 10cm, color-palette = {new {Array-of FillPattern}, {h-gradient "gray", "white"}, {h-gradient "blue", "lavender"}, {h-gradient "red", "mistyrose"}, {h-gradient "purple", "lavender"}, {h-gradient "lime", "mintcream"} }, {PieSet sample-records, "Age" } } |
新しい PieChart を作成します。 |
このグラフの中心にある、最初の |
複数の |
この PieChart のプロット エリアと関連付けられた |
この PieChart を構成する |
スタイリングの目的のための、この |
この PieChart に |
この Chart の必要余白を概算します。 |
この Chart の凡例に必要なすべての項目を作成します。 |
この PieChart 内の特定の位置に |
Chart がすぐにレイアウト操作を実行するように要求します。 |
この PieChart に |
新しい PieChart を作成します。
注意事項
例
このグラフの中心にある、最初の
説明
例
例: PieSet.inner-radius オプションの変更 | |
![]() | |
{import * from CURL.GUI.CHARTS} {import * from CHARTS-DOC, location = "../docstring-support/gui/charts-doc.scurl" } {PieChart width = 8cm, height = 8cm, inner-radius = 2cm, {PieSet sample-records, "Age" } } |
複数の
例
例: 次の使用: PieChart.match-colors-across-sets? | |
![]() | |
{import * from CURL.GUI.CHARTS} {import * from CHARTS-DOC, location = "../docstring-support/gui/charts-doc.scurl" } {PieChart width = 13cm, height = 13cm, pie-set-inner-margin = 24pt, pie-label-radius = 0m, match-colors-across-sets? = false, {PieSet sample-records, "Age", label-data = {ChartDataSeries sample-records, "Name"} }, {PieSet sample-records, "Wins", label-data = {ChartDataSeries sample-records, "Name"} } } |
この PieChart のプロット エリアと関連付けられた
説明
この PieChart を構成する
注意事項
スタイリングの目的のための、この
説明
オーバーライド
この PieChart に
説明
この Chart の必要余白を概算します。
説明
注意事項
この Chart の凡例に必要なすべての項目を作成します。
説明
この PieChart 内の特定の位置に
戻り値
説明
注意事項
Chart がすぐにレイアウト操作を実行するように要求します。
説明
注意事項
説明
オーバーライド
この PieChart に
説明
説明
説明