SmartLabelStyle.MovingDirection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重なった SmartLabelStyle オブジェクトを移動できる方向を取得または設定します。
public:
virtual property System::Windows::Forms::DataVisualization::Charting::LabelAlignmentStyles MovingDirection { System::Windows::Forms::DataVisualization::Charting::LabelAlignmentStyles get(); void set(System::Windows::Forms::DataVisualization::Charting::LabelAlignmentStyles value); };
[System.ComponentModel.Bindable(true)]
public virtual System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles MovingDirection { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.MovingDirection : System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles with get, set
Public Overridable Property MovingDirection As LabelAlignmentStyles
プロパティ値
LabelAlignmentStyles 列挙値、または複数の LabelAlignmentStyles 値のビットごとの OR 演算の結果。 既定値は、すべての LabelAlignmentStyles 値のビットごとの OR 演算の結果で、データ ポイントの中心方向を除くすべての方向への再配置が可能です。
- 属性