Axis.LabelStyle Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur LabelStyle properti sumbu.
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
Nilai Properti
Objek LabelStyle , yang menentukan gaya label sumbu.
- Atribut
Keterangan
Gunakan properti ini untuk menentukan gaya, pemformatan, dan sebagainya, dari label sumbu.
IsLabelAutoFit Jika properti adalah true, ukuran font, sudut font, dan penggunaan label offset ditentukan secara otomatis. Jika Anda mengatur salah satu dari labelStyle.Font.Size, Angle atau properti, IsLabelAutoFit properti akan diatur ke falseIsStaggered .
Perhatikan bahwa jika format yang terdiri dari tanggal tanpa waktu digunakan untuk label, dan DateTime nilai titik data yang digunakan menentukan waktu, waktu akan memengaruhi posisi titik data, meskipun tidak ditampilkan karena pemformatan label.