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