SmartLabelStyle.MovingDirection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重なっている 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列挙値、または複数のビットごとの OR LabelAlignmentStyles値。 既定値は、すべての LabelAlignmentStyles 値のビットごとの OR で、データ ポイントの中心を除くすべての方向に位置を変更できます。
- 属性