Retrieves the dash style for this object.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public virtual DashStyle GetDashStyle()
Visual Basic (Declaration)
Public Overridable Function GetDashStyle As DashStyle
Visual C++
public:
virtual DashStyle GetDashStyle()

Return Value

DashStyle enum containing the dash style.

Implements

IChartObject..::.GetDashStyle()()()

See Also