共用方式為


LabelOutsidePlotAreaStyle 列舉

定義

指定標籤可以在繪圖區外繪製到的程度。

public enum class LabelOutsidePlotAreaStyle
public enum LabelOutsidePlotAreaStyle
type LabelOutsidePlotAreaStyle = 
Public Enum LabelOutsidePlotAreaStyle
繼承
LabelOutsidePlotAreaStyle

欄位

名稱 Description
Yes 0

標記可在繪圖區外繪製。

No 1

標籤無法在繪圖區域外移除。

Partial 2

標籤可部分繪製在繪圖區域外。

備註

LabelOutsidePlotAreaStyle枚舉表示標籤被允許離開繪圖區域的程度。 它與物件的SmartLabelStyle性質結合AllowOutsidePlotArea使用。

若指定部分值,標記區域外最多可繪製50%。

適用於