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
Dash_Dot_Dot
Indicates the line is a dash-dot-dot pattern.
Declaration
public const OfficeShapeDashLineStyle Dash_Dot_Dot
Field Value
Dashed
Indicates the line consists of dashes only.
Declaration
public const OfficeShapeDashLineStyle Dashed
Field Value
Dotted
Indicates the line is dotted.
Declaration
public const OfficeShapeDashLineStyle Dotted
Field Value
Dotted_Round
Indicates the line is made up of round dots.
Declaration
public const OfficeShapeDashLineStyle Dotted_Round
Field Value
Medium_Dash_Dot
Indicates the line is Medium_Dash_Dot style.
Declaration
public const OfficeShapeDashLineStyle Medium_Dash_Dot
Field Value
Medium_Dashed
Indicates the line is Medium_dashed style.
Declaration
public const OfficeShapeDashLineStyle Medium_Dashed
Field Value
Solid
Indicates the line is solid.
Declaration
public const OfficeShapeDashLineStyle Solid