Sets the dash style for this object.
Namespace:
RightEdge.Common.ChartObjectsAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public virtual void SetDashStyle( DashStyle dashStyle ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub SetDashStyle ( _ dashStyle As DashStyle _ ) |
| Visual C++ |
|---|
public: virtual void SetDashStyle( DashStyle dashStyle ) |
Parameters
- dashStyle
- Type: System.Drawing.Drawing2D..::.DashStyle
Standard dash style constant to set for this object.