Class OfficeShapeDashLineStyle
Specifies the dash style for a line.
Inheritance
System.Object
OfficeShapeDashLineStyle
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeShapeDashLineStyle : Enum
Fields
Dash_Dot
Indicates the line is a dash-dot pattern.
Declaration
public const OfficeShapeDashLineStyle Dash_Dot
Field Value
Type |
---|
OfficeShapeDashLineStyle |
Dash_Dot_Dot
Indicates the line is a dash-dot-dot pattern.
Declaration
public const OfficeShapeDashLineStyle Dash_Dot_Dot
Field Value
Type |
---|
OfficeShapeDashLineStyle |
Dashed
Indicates the line consists of dashes only.
Declaration
public const OfficeShapeDashLineStyle Dashed
Field Value
Type |
---|
OfficeShapeDashLineStyle |
Dotted
Indicates the line is dotted.
Declaration
public const OfficeShapeDashLineStyle Dotted
Field Value
Type |
---|
OfficeShapeDashLineStyle |
Dotted_Round
Indicates the line is made up of round dots.
Declaration
public const OfficeShapeDashLineStyle Dotted_Round
Field Value
Type |
---|
OfficeShapeDashLineStyle |
Medium_Dash_Dot
Indicates the line is Medium_Dash_Dot style.
Declaration
public const OfficeShapeDashLineStyle Medium_Dash_Dot
Field Value
Type |
---|
OfficeShapeDashLineStyle |
Medium_Dashed
Indicates the line is Medium_dashed style.
Declaration
public const OfficeShapeDashLineStyle Medium_Dashed
Field Value
Type |
---|
OfficeShapeDashLineStyle |
Solid
Indicates the line is solid.
Declaration
public const OfficeShapeDashLineStyle Solid
Field Value
Type |
---|
OfficeShapeDashLineStyle |