Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.ColumnProps Class / DrawSideBySide Property

In This Topic
    DrawSideBySide Property (ChartSeriesCustomProperties.ColumnProps)
    In This Topic
    Determines if data points that have the same X value are drawn side by side, or are drawn using the same X value. If Auto then the chart type automatically determines if this is true or false. Note that setting this attribute to true only has an effect if two or more series in a chart area have DrawSideBySide set to true. Default: Auto.
    Syntax
    'Declaration
     
    Public Property DrawSideBySide As RdlEnum(Of TriState)
    public RdlEnum<TriState> DrawSideBySide {get; set;}
    See Also