|
|
static readonly PmLineStyle | Custom = new PmLineStyle("Custom", DashStyle.Custom) |
| | 任意
|
|
static readonly PmLineStyle | Dash = new PmLineStyle("Dash" , DashStyle.Dash) |
| | ダッシュ
|
|
static readonly PmLineStyle | DashDot = new PmLineStyle("DashDot" , DashStyle.DashDot) |
| | 一点破線
|
|
static readonly PmLineStyle | DashDotDot = new PmLineStyle("DashDotDot", DashStyle.DashDotDot) |
| | 二点破線
|
|
static readonly PmLineStyle | Dot = new PmLineStyle("Dot", DashStyle.Dot) |
| | ドット
|
|
static readonly PmLineStyle | Solid = new PmLineStyle("Solid" , DashStyle.Solid) |
| | 実線
|