ComponentOne FlexChart for WPF
ElementSizeType Enumeration

C1.WPF.FlexChart.4 Assembly > C1.Chart Namespace : ElementSizeType Enumeration
Specifies the size type for ElementSize object.
Syntax
'Declaration
 
Public Enum ElementSizeType 
   Inherits System.Enum
public enum ElementSizeType : System.Enum 
Members
MemberDescription
AbsoluteSize specified in pixels.
PercentageSize specified in perecents from available space.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Chart.ElementSizeType

See Also

Reference

C1.Chart Namespace