LegendSeparatorStyle 列舉

定義

指定圖例分隔線的樣式。

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

欄位

DashLine 4

圖例分隔線為虛線。

DotLine 5

圖例分隔線為點線。

DoubleLine 3

圖例分隔線為雙線。

GradientLine 6

圖例分隔線為兩端有漸層的實線。

Line 1

圖例分隔線為實線。

None 0

不會顯示任何分隔線。

ThickGradientLine 7

圖例分隔線為兩端有漸層的粗實線。

ThickLine 2

圖例分隔線為粗實線。

適用於