LabelOutsidePlotAreaStyle 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定標籤可以在繪圖區外繪製到的程度。
public enum class LabelOutsidePlotAreaStyle
public enum LabelOutsidePlotAreaStyle
type LabelOutsidePlotAreaStyle =
Public Enum LabelOutsidePlotAreaStyle
- 繼承
欄位
| 名稱 | 值 | Description |
|---|---|---|
| Yes | 0 | 標記可在繪圖區外繪製。 |
| No | 1 | 標籤無法在繪圖區域外移除。 |
| Partial | 2 | 標籤可部分繪製在繪圖區域外。 |
備註
LabelOutsidePlotAreaStyle枚舉表示標籤被允許離開繪圖區域的程度。 它與物件的SmartLabelStyle性質結合AllowOutsidePlotArea使用。
若指定部分值,標記區域外最多可繪製50%。