Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataPointCustomProperties.RangeErrorBarProps Class / CenterMarkerStyle Property

In This Topic
    CenterMarkerStyle Property (ChartDataPointCustomProperties.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