C1.Maui.Chart Assembly / C1.Chart Namespace / LegendScrollBars Enumeration
LegendScrollBars Enumeration
Specifies which scroll bars wiil be visible in legend.
Syntax
public enum LegendScrollBars : System.Enum 
Members
MemberDescription
NoneNo scroll bars are shown.
VerticalShow vertical scroll bar if available height is not enough to show all legend items.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Chart.LegendScrollBars

See Also