Axis.LabelStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the LabelStyle properties of an axis.
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
Property Value
A LabelStyle object, which defines the axis label style.
- Attributes
Remarks
Use this property to specify the style, formatting, and so forth, of axis labels.
If the IsLabelAutoFit property is true
, the font size, font angle and the use of offset labels are determined automatically. If you set any one of the LabelStyle.Font.Size, Angle or IsStaggered properties, the IsLabelAutoFit property will be set to false
.
Note that if a format that consists of a date without a time is used for labels, and the DateTime data point values that are used specify times, the times will affect the positions of the data points, even though they are not displayed due to the label formatting.