SmartLabelStyle.MovingDirection プロパティ

定義

重なった SmartLabelStyle オブジェクトを移動できる方向を取得または設定します。

public:
 virtual property System::Web::UI::DataVisualization::Charting::LabelAlignmentStyles MovingDirection { System::Web::UI::DataVisualization::Charting::LabelAlignmentStyles get(); void set(System::Web::UI::DataVisualization::Charting::LabelAlignmentStyles value); };
[System.ComponentModel.Bindable(true)]
public virtual System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles MovingDirection { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.MovingDirection : System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles with get, set
Public Overridable Property MovingDirection As LabelAlignmentStyles

プロパティ値

LabelAlignmentStyles 列挙値、または複数の LabelAlignmentStyles 値のビットごとの OR 演算の結果。 既定値は、すべての LabelAlignmentStyles 値のビットごとの OR 演算の結果で、データ ポイントの中心方向を除くすべての方向への再配置が可能です。

属性

適用対象