Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartMarker Class / Type Property

In This Topic
    Type Property (ChartMarker)
    In This Topic
    Gets or sets the marker type for values.
    Syntax
    'Declaration
     
    Public Property Type As RdlEnum(Of ChartMarkerType)
    public RdlEnum<ChartMarkerType> Type {get; set;}
    See Also