FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DView Class
Properties Methods Events


In This Topic
    Chart3DView Class Members
    In This Topic

    The following tables list the members exposed by Chart3DView.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the x/y ratio for 2D projection is calculated automatically.  
    Public PropertyGets or sets the axis annotation font, measured in hundredths of the unit cube size. All axes have the same axis font.  
    Public PropertyGets or sets the axis title font, measured in hundredths of the unit cube size. All axes have the same axis title font.  
    Public PropertyGets or sets the background color of plot cube. Inherits from Chart3DArea.Style.BackColor.  
    Public PropertyGets or sets a value indicating whether all plotting cube edges are rendered.  
    Public PropertyGets the Chart3DProject object for ceiling. The projection of contours and zones onto the z=zmax plane. This property is used only in surface charts.  
    Public PropertyGets the Chart3DProject object for floor. The projection of contours and zones onto the z=zmin plane. This property is used only in surface charts.  
    Public PropertyGets or sets the foreground color of plot cube. Inherits from Chart3DArea.Style.ForeColor.  
    Public PropertyGets or sets the perspective of 3-D view. Must be a value greater than 1. Higher values reduce the perspective effect and approach a parallel projection.  
    Public PropertyGets or sets the rotation of the plot cube about the X-axis, in degrees.  
    Public PropertyGets or sets the rotation of the plot cube about the Y-axis, in degrees.  
    Public PropertyGets or sets the rotation of the plot cube about the Z-axis, in degrees.  
    Public PropertyGets or sets text rotation for axis titles and axis annotations.  
    Public PropertyGets or sets the predefined view.  
    Public PropertyGets or sets horizontal shift of chart viewport.  
    Public PropertyGets or sets the degree of scaling (zooming) of chart viewport up or down from a full (maximal, non-clipped) view.  
    Public PropertyGets or sets the vertical shift of chart viewport.  
    Public PropertyGets or sets the amount of scaling in the X-axis direction, measured as relation to the height (Z-axis) of the cube.  
    Public PropertyGets or sets the amount of scaling in the Y-axis direction, measured as relation to the height (Z-axis) of the cube.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the BackColor property to default state.  
    Public MethodResets the ForeColor property to default state.  
    Public MethodReturns false if the BackColor property is in the default state. The default state is to inherit the BackColor from the Chart3DArea object.  
    Public MethodReturns false if the ForeColor property is in the default state. The default state is to inherit the ForeColor from the Chart3DArea object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodNotify one property is changed. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    See Also