IsVisible Property (SeriesInfo3D)
Gets or sets whether the SciChart.Charting3D.RenderableSeries.IRenderableSeries3D that this SeriesInfo3D represents is visible or not. NOTE: Setting this value will show or hide the associated SciChart.Charting3D.RenderableSeries.IRenderableSeries3D and may be data-bound to
Syntax
public bool IsVisible {get; set;}

Property Value

true if this instance is visible; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also