ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Sparkline Namespace / SparklineType Enumeration

In This Topic
    SparklineType Enumeration
    In This Topic
    Represents the type of a sparkline chart.
    Syntax
    'Declaration
     
    Public Enum SparklineType 
       Inherits System.Enum
    public enum SparklineType : System.Enum 
    Members
    MemberDescription
    Area 
    Columns 
    Line 
    StackedBar 
    Whiskers 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rendering.Components.Sparkline.SparklineType

    See Also