Freigeben über


ChartAxis-Klasse

Represents the properties for labels, titles and gridlines along an axis.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartAxisInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartAxis

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartAxis _
    Inherits ChartObjectCollectionItem(Of ChartAxisInstance) _
    Implements IROMStyleDefinitionContainer
'Usage
Dim instance As ChartAxis
public sealed class ChartAxis : ChartObjectCollectionItem<ChartAxisInstance>, 
    IROMStyleDefinitionContainer
public ref class ChartAxis sealed : public ChartObjectCollectionItem<ChartAxisInstance^>, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartAxis =  
    class 
        inherit ChartObjectCollectionItem<ChartAxisInstance>
        interface IROMStyleDefinitionContainer 
    end
public final class ChartAxis extends ChartObjectCollectionItem<ChartAxisInstance> implements IROMStyleDefinitionContainer

Der ChartAxis-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowLabelRotation Gets a value that indicates the step by which axis labels can be incrementally rotated to fit within the chart.
Öffentliche Eigenschaft Angle Gets the angle at which to display axis labels.
Öffentliche Eigenschaft Arrows Gets the type of arrows for axis labels.
Öffentliche Eigenschaft AxisScaleBreak Gets the scale break properties for the chart axis.
Öffentliche Eigenschaft CrossAt Gets the value at which to cross the other axis.
Öffentliche Eigenschaft CustomProperties Gets the custom properties for the axis.
Öffentliche Eigenschaft HideEndLabels Gets a value that indicates whether labels should be hidden at axis ends.
Öffentliche Eigenschaft HideLabels Gets a value that indicates whether the axis labels are hidden.
Öffentliche Eigenschaft IncludeZero Gets a value that indicates whether the axis should always include zero.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft Interlaced Gets a value that indicates whether to use strip lines for every other grid line, tick mark, or label interval of the axis.
Öffentliche Eigenschaft InterlacedColor Gets the color of the interlaced strips.
Öffentliche Eigenschaft Interval Gets the default interval between gridlines, tickmarks and labels.
Öffentliche Eigenschaft IntervalOffset Gets the default offset for the first tickmark from the axis min.
Öffentliche Eigenschaft IntervalOffsetType Gets the default units for the IntervalOffset.
Öffentliche Eigenschaft IntervalType Gets the default units for the Interval.
Öffentliche Eigenschaft LabelInterval Gets the interval between labels.
Öffentliche Eigenschaft LabelIntervalOffset Gets the offset for the first label from the axis min.
Öffentliche Eigenschaft LabelIntervalOffsetType Gets the units for the LabelIntervalOffset.
Öffentliche Eigenschaft LabelIntervalType Gets the units for the LabelInterval.
Öffentliche Eigenschaft LabelsAutoFitDisabled Gets a value that indicates whether axis labels should be automatically adjusted to fit.
Öffentliche Eigenschaft Location Gets a value that indicates whether the axis is drawn on the default side or on the opposite side.
Öffentliche Eigenschaft LogBase Gets the base to use for logarithmic scale.
Öffentliche Eigenschaft LogScale Gets a value that indicates whether the axis is logarithmic.
Öffentliche Eigenschaft MajorGridLines Gets the major grid lines for the chart axis.
Öffentliche Eigenschaft MajorTickMarks Gets the major tick marks for the chart axis.
Öffentliche Eigenschaft Margin Gets a value that indicates whether an axis margin will be created.
Öffentliche Eigenschaft MarksAlwaysAtPlotEdge Gets a value that indicates whether the marks should stay with the edge of the plot area rather than moving with the axis.
Öffentliche Eigenschaft MaxFontSize Gets the maximum font size when autofitting labels.
Öffentliche Eigenschaft Maximum Gest the maximum value for the axis.
Öffentliche Eigenschaft MinFontSize Gets the minimum font size when autofitting labels.
Öffentliche Eigenschaft Minimum Gets the minimum value for the axis.
Öffentliche Eigenschaft MinorGridLines Gets the minor grid lines for the axis.
Öffentliche Eigenschaft MinorTickMarks Gets the minor tick marks for the axis.
Öffentliche Eigenschaft Name Gets the name of the axis.
Öffentliche Eigenschaft OffsetLabels Gets a value that indicates whether the labels should be offset.
Öffentliche Eigenschaft PreventFontGrow Gets a value that indicates whether to prevent the axis label font size from growing to fit within the chart.
Öffentliche Eigenschaft PreventFontShrink Gets a value that indicates whether to prevent the axis label font size from shrinking to fit within the chart.
Öffentliche Eigenschaft PreventLabelOffset Gets a value that indicates whether to prevent the axis labels from being staggered to fit within the chart.
Öffentliche Eigenschaft PreventWordWrap Gets a value that indicates whether to prevenet the axis label text from being wrapped to fit within the chart.
Öffentliche Eigenschaft Reverse Gets a value that indicates whether the axis should be plotted in the reverse direction.
Öffentliche Eigenschaft Scalar Gets a Boolean value that indicates whether the values along this axis are scalar values (numeric or date) which should be displayed on the chart in a continuous axis.
Öffentliche Eigenschaft StripLines Gets the strip lines for the axis.
Öffentliche Eigenschaft Style Gets the style properties of this report definition object.
Öffentliche Eigenschaft Title Gets the title of the axis.
Öffentliche Eigenschaft VariableAutoInterval Gets a value that indicates whether if an automatic interval is calculated.
Öffentliche Eigenschaft Visible Gets a value that indicates whether the axis is displayed.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace