GrapeCity.Xaml.Excel
ExcelLayoutTarget Enumeration


GrapeCity.Excel.Chart Namespace : ExcelLayoutTarget Enumeration
This element specifies whether to layout the plot area by its inside ( not including axis and axis labels) or outside (including axis and axis labels)
Syntax
'Declaration
 
Public Enum ExcelLayoutTarget 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelLayoutTarget
public enum ExcelLayoutTarget : System.Enum 
Members
MemberDescription
Inner Specifies that the plot area size shall determine the size of the plot area, not including the tick marks and axis labels.
Outer Specifies that the plot area size shall determine the size of the plot area, the tick marks, and the axis labels
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.ExcelLayoutTarget

See Also

Reference

GrapeCity.Excel.Chart Namespace