Freigeben über


ChartAxisInstance-Klasse

Represents an instance type of the ChartAxis class, and contains the calculated values of the properties in ChartAxis.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisInstance

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

Syntax

'Declaration
Public NotInheritable Class ChartAxisInstance _
    Inherits BaseInstance
'Usage
Dim instance As ChartAxisInstance
public sealed class ChartAxisInstance : BaseInstance
public ref class ChartAxisInstance sealed : public BaseInstance
[<SealedAttribute>]
type ChartAxisInstance =  
    class 
        inherit BaseInstance 
    end
public final class ChartAxisInstance extends BaseInstance

Der ChartAxisInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowLabelRotation Gets the calculated value of the AllowLabelRotation property in a ChartAxis class.
Öffentliche Eigenschaft Angle Gets the calculated value of the Angle property in a ChartAxis class.
Öffentliche Eigenschaft Arrows Gets the calculated value of the Arrows property in a ChartAxis class.
Öffentliche Eigenschaft CrossAt Gets the calculated value of the CrossAt property in a ChartAxis class.
Öffentliche Eigenschaft HideEndLabels Gets the calculated value of the HideEndLabels property in a ChartAxis class.
Öffentliche Eigenschaft HideLabels Gets the calculated value of the HideLabels property in a ChartAxis class.
Öffentliche Eigenschaft IncludeZero Gets the calculated value of the IncludeZero property in a ChartAxis class.
Öffentliche Eigenschaft Interlaced Gets the calculated value of the Interlaced property in a ChartAxis class.
Öffentliche Eigenschaft InterlacedColor Gets the calculated value of the InterlacedColor property in a ChartAxis class.
Öffentliche Eigenschaft Interval Gets the calculated value of the Interval property in a ChartAxis class.
Öffentliche Eigenschaft IntervalOffset Gets the calculated value of the IntervalOffset property in a ChartAxis class.
Öffentliche Eigenschaft IntervalOffsetType Gets the calculated value of the IntervalOffsetType property in a ChartAxis class.
Öffentliche Eigenschaft IntervalType Gets the calculated value of the IntervalType property in a ChartAxis class.
Öffentliche Eigenschaft LabelInterval Gets the calculated value of the LabelInterval property in a ChartAxis class.
Öffentliche Eigenschaft LabelIntervalOffset Gets the calculated value of the LabelIntervalOffset property in a ChartAxis class.
Öffentliche Eigenschaft LabelIntervalOffsetType Gets the calculated value of the LabelIntervalOffsetType property in a ChartAxis class.
Öffentliche Eigenschaft LabelIntervalType Gets the calculated value of the LabelIntervalType property in a ChartAxis class.
Öffentliche Eigenschaft LabelsAutoFitDisabled Gets the calculated value of the LabelsAutoFitDisabled property in a ChartAxis class.
Öffentliche Eigenschaft Location Gets the calculated value of the Location property in a ChartAxis class.
Öffentliche Eigenschaft LogBase Gets the calculated value of the LogBase property in a ChartAxis class.
Öffentliche Eigenschaft LogScale Gets the calculated value of the LogScale property in a ChartAxis class.
Öffentliche Eigenschaft Margin Gets the calculated value of the Margin property in a ChartAxis class.
Öffentliche Eigenschaft MarksAlwaysAtPlotEdge Gets the calculated value of the MarksAlwaysAtPlotEdge property in a ChartAxis class.
Öffentliche Eigenschaft MaxFontSize Gets the calculated value of the MaxFontSize property in a ChartAxis class.
Öffentliche Eigenschaft Maximum Gets the calculated value of the Maximum property in a ChartAxis class.
Öffentliche Eigenschaft MinFontSize Gets the calculated value of the MinFontSize property in a ChartAxis class.
Öffentliche Eigenschaft Minimum Gets the calculated value of the Minimum property in a ChartAxis class.
Öffentliche Eigenschaft OffsetLabels Gets the calculated value of the OffsetLabels property in a ChartAxis class.
Öffentliche Eigenschaft PreventFontGrow Gets the calculated value of the PreventFontGrow property in a ChartAxis class.
Öffentliche Eigenschaft PreventFontShrink Gets the calculated value of the PreventFontShrink property in a ChartAxis class.
Öffentliche Eigenschaft PreventLabelOffset Gets the calculated value of the PreventLabelOffset property in a ChartAxis class.
Öffentliche Eigenschaft PreventWordWrap Gets the calculated value of the PreventWordWrap property in a ChartAxis class.
Öffentliche Eigenschaft Reverse Gets the calculated value of the Reverse property in a ChartAxis class.
Öffentliche Eigenschaft Style Gets the calculated value of the Style property in a ChartAxis class.
Öffentliche Eigenschaft VariableAutoInterval Gets the calculated value of the VariableAutoInterval property in a ChartAxis class.
Öffentliche Eigenschaft Visible Gets the calculated value of the Visible property in a ChartAxis class.

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