SmartLabelStyle.MovingDirection 属性

定义

获取或设置允许移动重叠 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枚举值或多个按位 OR'd LabelAlignmentStyles 值。 默认值是所有 LabelAlignmentStyles 值的按位 OR,允许在除数据点中心之外的所有方向重新定位。

属性

适用于