GrapeCity.Xaml.SpreadSheet.Data
ChartArea Enumeration


GrapeCity.Xaml.SpreadSheet.Data Namespace : ChartArea Enumeration
Specifies the area of a chart.
Syntax
'Declaration
 
Public Enum ChartArea 
   Inherits System.Enum
'Usage
 
Dim instance As ChartArea
public enum ChartArea : System.Enum 
Members
MemberDescription
All All the chart area.
AxisTitle Specifies the axis title.
AxisX Specifies the x-axis.
AxisY Specifies the y-axis.
AxisZ Specifies the z-axis.
BackWall Specifies the back wall.
Chart Specifies the chart.
ChartTitle Specifies the chart title.
DataLabel Specifies the data label.
DataMarker Specifies the data marker.
DataPoint Specifies the data point.
DataSeries Specifies the data series.
FloorWall Specifies the floor wall.
Lengend Specifies the lengend.
PlotArea Specifies the plot area.
SideWall Specifies the side wall.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Xaml.SpreadSheet.Data.ChartArea

See Also

Reference

GrapeCity.Xaml.SpreadSheet.Data Namespace