ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.RangeErrorBarProps Class / CenterMarkerStyle Property

In This Topic
    CenterMarkerStyle Property (ChartSeriesCustomProperties.RangeErrorBarProps)
    In This Topic
    Gets or sets the appearance type of the marker shown at the center value of the Error Bar chart. Default: Line.
    Syntax
    'Declaration
     
    Public Property CenterMarkerStyle As RdlEnum(Of ChartErrorBarCenterMarkerStyle)
    public RdlEnum<ChartErrorBarCenterMarkerStyle> CenterMarkerStyle {get; set;}
    See Also