条件付きシンボルスタイルには、SymbolBackgroundColor、SymbolLineColor、SymbolLineStyle、SymbolLineWidthなどのプロパティが含まれます。これらのプロパティは、データポイントシンボルで構成されるチャート(折れ線、レーダー折れ線など)に適用できます。
このトピックでは、年ごとの売上高を表示する折れ線グラフのレポートを使用します。
SymbolBackgroundColorプロパティを変更するには、次の設定でルールを追加できます。
プロパティ | 値 |
RuleDesigner コレクションエディター > Condition | =Chart!CurrentData<110 |
RulePropertyDesigner コレクションエディター > TargetProperty | SymbolBackgroundColor |
RulePropertyDesigner コレクションエディター > Value | Green |
SymbolLineColorプロパティを変更するには、次の設定でルールを追加できます。
プロパティ | 値 |
RulePropertyDesigner コレクションエディター > TargetProperty | SymbolLineColor |
RulePropertyDesigner コレクションエディター > Value | Red |
SymbolLineStyleプロパティを変更するには、次の設定でルールを追加できます。
プロパティ | 値 |
RulePropertyDesigner コレクションエディター > TargetProperty | SymbolLineStyle |
RulePropertyDesigner コレクションエディター > Value | Double |
SymbolLineWidthプロパティを変更するには、次の設定でルールを追加できます。
プロパティ | 値 |
RulePropertyDesigner コレクションエディター > TargetProperty | SymbolLineWidth |
RulePropertyDesigner コレクションエディター > Value | 4 |
最終的には次の画像のようなグラフとなります。