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


In This Topic
    Chart2DAxis Class Members
    In This Topic

    The following tables list the members exposed by Chart2DAxis.

    Public Properties
     NameDescription
    Public PropertyGets or sets the text alignment within the axis display. Inherits from chart area.  
    Public PropertyGets or sets the annotation format for the axis. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets the annnotation format string used with manual formats. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets the method of annotation.  
    Public PropertyGets or sets the clockwise angle of rotation for the axis annotations, in degrees.  
    Public PropertyGets or sets whether annotation text is displayed vertically.  
    Public PropertyGets or sets whether major tick mark values are calcualted automatically. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets whether the axis maximum value is calculated automatically. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets whether the axis minimum value is calculated automatically. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets whether minor tick mark values are calculated automatically. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets whether the axis origin is caculated automatically.  
    Public PropertyGets the kind (X, Y, Y2 or Z) of the axis. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets the general positioning of the axis. X may be set to North/South, Y and Y2 may be set to East/West.  
    Public PropertyGets or sets the FontHolder object. Inherits from the chart area.  
    Public PropertyGets or sets the foreground color. Inherits from the chart area. The ForeColor is used to set the color of the axis line and annotations.  
    Public PropertyGets the major grid lines object. Major grids are placed coincident with major tick marks at ChartAxis.UnitMajor intervals. The GridMajor property is used to set the grid line appearance.  
    Public PropertyGets the minor grid lines object. Minor grids are placed coincident with minor tick marks at ChartAxis.UnitMinor intervals. The GridMinor property is used to set the grid line appearance.  
    Public PropertyGets or sets a value indicating whether the axis is scaled logarithmically.  
    Public PropertyGets or sets the base of the logarithmic scale used. Less than or equal to 1 specifies natural logs.  
    Public PropertyGets or sets the maximum value of the axis. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets the minimum value of the axis. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets the name (X, Y, Y2 or Z) of the axis. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets a value indicating whether axis annotations are permitted to overlap.  
    Public PropertyGets or sets a value indicating whether axis and gridlines appear on top of the chart image.  
    Public PropertyGets or sets the axis origin, the value on axis where the perpendicular axis is rendered.  
    Public PropertyGets or sets a value indicating whether the axis is normal or reversed (ascending or descending).  
    Public PropertyGets or sets the rotational orientation of the textual caption of the axis. Inherits from the chart area.  
    Public PropertyGets or sets the line thickness of the axis in twips.  
    Public PropertyGets or sets an integral factor for major tick mark length.  
    Public PropertyGets or sets an integral factor for minor tick mark length.  
    Public PropertyGets or sets the approximate number of intervals delineated by gauge marks between major tick marks.  
    Public PropertyGets or sets the placement of the annotation labels relative to the axis. Axis annotations can be placed on the chart in several positions or not at all.  
    Public PropertyGets or sets the type of major tick mark.  
    Public PropertyGets or sets the type of minor tick mark.  
    Public PropertyGets or sets the textual caption of the axis. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets the units between major tick marks. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets or sets the units between minor tick marks. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Public PropertyGets the Chart2DValueLabels collection for this axis.  
    Public PropertyGets or sets a value indicating whether the label text is displayed vertically.  
    Public PropertyGets or sets the axis visibility. (Inherited from C1.Win.FlexReport.Chart.ChartAxis)
    Top
    Public Methods
     NameDescription
    Public MethodResets the Font property to default state.  
    Public MethodResets the ForeColor property to default state.  
    Public MethodResets the Rotation property to default state.  
    Public MethodResets the VerticalText property to default state.  
    Public MethodReturns false if the Font property is in the default state. The default state is to inherit the Font from the Chart2DArea object.  
    Public MethodReturns false if the ForeColor property is in the default state. The default state is to inherit the ForeColor from the Chart2DArea object.  
    Public MethodReturns false if the Rotation property is in the default state. The default state is to inherit the Rotation from the Chart2DArea object.  
    Public MethodReturns false if the VerticalText property is in the default state. The default state is to inherit the VerticalText from the Chart2DArea 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