DataPointCustomProperties.LabelBorderDashStyle 属性       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置标签的边框样式。
public:
 property System::Windows::Forms::DataVisualization::Charting::ChartDashStyle LabelBorderDashStyle { System::Windows::Forms::DataVisualization::Charting::ChartDashStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartDashStyle value); };[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartDashStyle LabelBorderDashStyle { get; set; }[<System.ComponentModel.Bindable(true)>]
member this.LabelBorderDashStyle : System.Windows.Forms.DataVisualization.Charting.ChartDashStyle with get, setPublic Property LabelBorderDashStyle As ChartDashStyle属性值
一个 ChartDashStyle 枚举值,该值指示标签的边框样式。
- 属性