Spread WinRT Documentation
GrapeCity.Xaml.SpreadSheet.Data Namespace / ChartArea Enumeration


In This Topic
    ChartArea Enumeration
    In This Topic
    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
    AllAll the chart area.
    AxisTitleSpecifies the axis title.
    AxisXSpecifies the x-axis.
    AxisYSpecifies the y-axis.
    AxisZSpecifies the z-axis.
    BackWallSpecifies the back wall.
    ChartSpecifies the chart.
    ChartTitleSpecifies the chart title.
    DataLabelSpecifies the data label.
    DataMarkerSpecifies the data marker.
    DataPointSpecifies the data point.
    DataSeriesSpecifies the data series.
    FloorWallSpecifies the floor wall.
    LengendSpecifies the lengend.
    PlotAreaSpecifies the plot area.
    SideWallSpecifies the side wall.
    Inheritance Hierarchy

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

    See Also