[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartDataSeries.Connected

Connected Property

Connected

Gets or sets a value indicating whether the 3D series points are connected with lines. Relevant only for 3D Scatter chart with PointData layout.

Declaration
[C1Description("ChartDataSeries.Connected", "Indicates whether the 3D series points are connected with lines. (For 3D Scatter chart with PointData layout only.)")]
public bool Connected { get; set; }
<C1Description("ChartDataSeries.Connected", "Indicates whether the 3D series points are connected with lines. (For 3D Scatter chart with PointData layout only.)")>
Public Property Connected As Boolean