Partager via


Classe ChartAxis

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

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ChartAxis

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class ChartAxis _
    Inherits ReportObject _
    Implements INamedObject
'Utilisation
Dim instance As ChartAxis
public class ChartAxis : ReportObject, INamedObject
public ref class ChartAxis : public ReportObject, 
    INamedObject
type ChartAxis =  
    class 
        inherit ReportObject 
        interface INamedObject 
    end
public class ChartAxis extends ReportObject implements INamedObject

Le type ChartAxis expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ChartAxis Creates a new instance of the ChartAxis class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AllowLabelRotation Gets or sets a value that indicates the step by which axis labels can be incrementally rotated to fit within the chart.
Propriété publique Angle Gets or sets the angle at which to display axis labels.
Propriété publique Arrows Gets or sets the type of arrows for axis labels.
Propriété publique ChartAxisScaleBreak Gets or sets the scale break behavior for the axis.
Propriété publique ChartAxisTitle Gets or sets a title for the axis.
Propriété publique ChartMajorGridLines Gets or sets the major gridlines that should be displayed for this axis.
Propriété publique ChartMajorTickMarks Gets or sets the major tick marks for the axis.
Propriété publique ChartMinorGridLines Gets or sets the minor gridlines that should be displayed for this axis.
Propriété publique ChartMinorTickMarks Gets or sets the minor tick marks for the axis.
Propriété publique ChartStripLines Gets or sets the custom strip lines for the axis.
Propriété publique ComponentMetadata Gets or sets the component metadata. (hérité de ReportObject.)
Propriété publique CrossAt Gets or sets the value at which to cross the other axis.
Propriété publique CustomProperties Gets or sets the custom properties for the axis.
Propriété publique HideEndLabels Gets or sets a value that indicates whether the labels should be hidden at axis ends.
Propriété publique HideLabels Gets or sets a value that indicates whether the axis labels are hidden.
Propriété publique IncludeZero Gets or sets a value that indicates whether the axis should always include zero.
Propriété publique Interlaced Gets or sets a value that indicates whether to use strip lines for every other grid line, tick mark, or label interval of the axis.
Propriété publique InterlacedColor Gets or sets the color of the interlaced strips.
Propriété publique Interval Gets or sets the default interval between gridlines, tickmarks and labels.
Propriété publique IntervalOffset Gets or sets the default offset for the first tickmark from the axis min.
Propriété publique IntervalOffsetType Gets or sets the default units for the IntervalOffset.
Propriété publique IntervalType Gets or sets the default units for the Interval.
Propriété publique LabelInterval Gets or sets the interval between labels.
Propriété publique LabelIntervalOffset Gets or sets the offset for the first label from the axis min.
Propriété publique LabelIntervalOffsetType Gets or sets the units for the LabelIntervalOffset.
Propriété publique LabelIntervalType Gets or sets the units for the LabelInterval.
Propriété publique LabelsAutoFitDisabled Gets or sets a value that indicates whether the axis labels should be automatically adjusted to fit.
Propriété publique Location Gets or sets a value that indicates whether the axis is drawn on the default side or on the opposite side.
Propriété publique LogBase Gets or sets the base to use for logarithmic scale.
Propriété publique LogScale Gets or sets a value that indicates whether the axis is logarithmic.
Propriété publique Margin Gets or sets a value that indicates whether an axis margin will be created.
Propriété publique MarksAlwaysAtPlotEdge Gets or sets a value that indicates whether the marks should stay with the edge of the plot area.
Propriété publique MaxFontSize Gets or sets the maximum font size when auto-fitting labels.
Propriété publique Maximum Gets or sets the maximum value for the axis.
Propriété publique MinFontSize Gets or sets the minimum font size when auto-fitting labels.
Propriété publique Minimum Gets or sets the minimum value for the axis.
Propriété publique Name Gets or sets the name of the axis.
Propriété publique OffsetLabels Gets or sets a value that indicates whether the labels should be offset.
Propriété publique Parent The parent of this report object. (hérité de ReportObjectBase.)
Propriété publique PreventFontGrow Gets or sets a value that indicates whether to prevent the axis label font size from growing to fit within the chart.
Propriété publique PreventFontShrink Gets or sets a value that indicates whether to prevent the axis label font size from shrinking to fit within the chart.
Propriété publique PreventLabelOffset Gets or sets a value that indicates whether to prevent the axis labels from being staggered to fit within the chart.
Propriété publique PreventWordWrap Gets or sets a value that indicates whether to prevent the axis label text from being wrapped to fit within the chart.
Propriété publique Reverse Gets or sets a value that indicates whether the axis should be plotted in the reverse direction.
Propriété publique Scalar Gets or sets a 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.
Propriété publique Site Infrastructure. Gets or sets the site associated with the ReportObject object. (hérité de ReportObject.)
Propriété publique Style Gets or sets the style properties of this report definition object.
Propriété publique SyncMaximum Infrastructure. Gets or sets whether the synchronization for the ChartAxis is at maximum.
Propriété publique SyncMinimum Infrastructure. Gets or sets whether the synchronization for the ChartAxis is at minimum.
Propriété publique SyncScope Infrastructure. Gets or sets the scope of the synchronization for the ChartAxis.
Propriété publique VariableAutoInterval Gets or sets a value that indicates whether an automatic interval is calculated.
Propriété publique Visible Gets or sets a value that indicates whether the axis is displayed.

Haut de la page

Méthodes

  Nom Description
Méthode publique DeepClone Returns a deep clone of this ReportObject instance. (hérité de ReportObject.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetContainingDataScopes Infrastructure. Returns the list of report object that contains data scopes. (hérité de ReportObject.)
Méthode protégée GetDataScopesForDefaultImpl Infrastructure. Returns the data scopes for default implementation. (hérité de ReportObject.)
Méthode protégée GetDependenciesCore Infrastructure. Returns the dependencies core for the ReportObject object. (hérité de ReportObject.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Initialize Initializes an instance of the ChartAxis class. (remplace ReportObject.Initialize().)
Méthode protégée InitializeForDesigner Infrastructure. Initializes the report object for designer. (hérité de ReportObject.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnChildPropertyChanged Infrastructure. Raises an event when the property of the child was changed. (hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. Raises an event when the property was changed. (hérité de ReportObject.)
Méthode protégée RdlSemanticEqualsCore Infrastructure. Returns whether the report definition language semantic is the same with the core object. (hérité de ReportObject.)
Méthode protégée SavePropertyValue<T> Infrastructure. Saves the property value of the report object. (hérité de ReportObject.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IDisposable.Dispose Infrastructure. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent.Disposed Infrastructure. Occurs when the ReportObject object is disposed. (hérité de ReportObject.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel