Classe ChartAxis

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

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Class ChartAxis _
    Inherits ReportObject _
    Implements INamedObject
'Uso
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

O tipo ChartAxis expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ChartAxis Creates a new instance of the ChartAxis class.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método público DeepClone Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetContainingDataScopes Infraestrutura. (Herdado de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestrutura. (Herdado de ReportObject.)
Método protegido GetDependenciesCore Infraestrutura. (Herdado de ReportObject.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Initialize Initializes an instance of the ChartAxis class. (Substitui ReportObject. . :: . .Initialize() () () ().)
Método protegido InitializeForDesigner Infraestrutura. (Herdado de ReportObject.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido OnChildPropertyChanged Infraestrutura. (Herdado de ReportObject.)
Método protegido OnPropertyChanged Infraestrutura. (Herdado de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestrutura. (Herdado de ReportObject.)
Método protegido SavePropertyValue< (Of < <' (T> ) > > ) Infraestrutura. (Herdado de ReportObject.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IDisposable. . :: . .Dispose (Herdado de ReportObject.)
Implementações de interfaces explícitasEvento privado IComponent. . :: . .Disposed (Herdado de ReportObject.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.