Share via


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 值。 預設值為所有 LabelAlignmentStyles 值的位元 OR,這些值允許除了資料點中心以外的所有方向的重新定位。

屬性

適用於