Series.ChartArea 属性

定义

获取或设置用于绘制数据系列的 ChartArea 对象(如果有)的名称。

public:
 property System::String ^ ChartArea { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.SeriesAreaNameConverter))]
public string ChartArea { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.SeriesAreaNameConverter))>]
member this.ChartArea : string with get, set
Public Property ChartArea As String

属性值

用于绘制该系列的 ChartArea 对象。

属性

注解

在设计时和运行时添加序列时,会自动将其分配给“Default” ChartArea 对象,或者如果“Default”不存在,则将其分配给第一个可用的图表区域 ChartAreaCollection

如果不希望绘制序列,请将此属性设置为零长度字符串。

适用于