FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataSeries Class / Connected Property

In This Topic
    Connected Property (ChartDataSeries)
    In This Topic
    Gets or sets a value indicating whether the 3D series points are connected with lines. Relevant only for 3D Scatter chart with PointData layout.
    Syntax
    'Declaration
     
    Public Property Connected As Boolean
    public bool Connected {get; set;}
    See Also