ChartPaneState Enumeration
Defines possible chart pane states within the main chart.
Syntax
public enum ChartPaneState : System.Enum 
Members
MemberDescription
Maximized Maximized state (the only visible pane within the main chart).
Minimized Minimized state.
Normal Normal state (visible but not maximized).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.TradeChart.MultiPane.ChartPaneState

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