Axis.LabelStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置轴的 LabelStyle 属性。
public:
property System::Web::UI::DataVisualization::Charting::LabelStyle ^ LabelStyle { System::Web::UI::DataVisualization::Charting::LabelStyle ^ get(); void set(System::Web::UI::DataVisualization::Charting::LabelStyle ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LabelStyle LabelStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.LabelStyle : System.Web.UI.DataVisualization.Charting.LabelStyle with get, set
Public Property LabelStyle As LabelStyle
属性值
一个 LabelStyle 对象,该对象用于定义轴标签样式。
- 属性
注解
使用此属性可以指定轴标签的样式、格式设置等。
IsLabelAutoFit如果 属性为 true
,则会自动确定字号、字角和偏移量标签的使用。 如果设置 LabelStyle.Font.Size Angle 或 IsStaggered 属性中的任何一个,则 IsLabelAutoFit 属性将设置为 false
。
请注意,如果由不含时间的日期组成的格式用于标签,并且 DateTime 所使用的数据点值指定时间,则时间将影响数据点的位置,即使它们由于标签格式设置而未显示。