Represents edge parameters.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class EdgeStyle
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class EdgeStyle

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..VisualEffectsStyle..::..EdgeStyle

See Also