ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / PathCommandType Enumeration

In This Topic
    PathCommandType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum PathCommandType 
       Inherits System.Enum
    public enum PathCommandType : System.Enum 
    Members
    MemberDescription
    Arc 
    Close 
    CurveTo 
    LineTo 
    MoveTo 
    QuadraticCurveTo 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.DataVisualization.Chart.PathCommandType

    See Also