Annotation.ClipToChartArea 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置批注所剪辑到的图表区域的名称。
public:
virtual property System::String ^ ClipToChartArea { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))]
public virtual string ClipToChartArea { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))>]
member this.ClipToChartArea : string with get, set
Public Overridable Property ClipToChartArea As String
属性值
表示批注被截掉的现有图表区域的名称的 string
。
- 属性
注解
如果指定了图表区域名称,则批注将仅在指定的图表区域的绘图区域内绘制。 将剪裁绘图区域以外的批注的所有部分。
若要禁用图表区域剪辑,请将 属性设置为 Empty。