ASPxClientSeries.visible Property
Gets a value indicating whether the series is visible.
Declaration
visible: boolean
Property Value
Type | Description |
---|---|
boolean | true if the series is visible; otherwise, false. |
Remarks
Use the visible property to determine whether the points, which belong to this series, are visible in the chart.
See Also