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 枚举值或多个经过按位或计算的 LabelAlignmentStyles 值。 默认值是可在所有方向(到数据点中心的方向除外)上重新定位的所有 LabelAlignmentStyles 值的按位或。

属性

适用于