ChartAxisInstance 类

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

继承层次结构

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public NotInheritable Class ChartAxisInstance _
    Inherits BaseInstance
用法
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

ChartAxisInstance 类型公开以下成员。

属性

  名称 说明
公共属性 AllowLabelRotation Gets the calculated value of the AllowLabelRotation property in a ChartAxis class.
公共属性 Angle Gets the calculated value of the Angle property in a ChartAxis class.
公共属性 Arrows Gets the calculated value of the Arrows property in a ChartAxis class.
公共属性 CrossAt Gets the calculated value of the CrossAt property in a ChartAxis class.
公共属性 HideEndLabels Gets the calculated value of the HideEndLabels property in a ChartAxis class.
公共属性 HideLabels Gets the calculated value of the HideLabels property in a ChartAxis class.
公共属性 IncludeZero Gets the calculated value of the IncludeZero property in a ChartAxis class.
公共属性 Interlaced Gets the calculated value of the Interlaced property in a ChartAxis class.
公共属性 InterlacedColor Gets the calculated value of the InterlacedColor property in a ChartAxis class.
公共属性 Interval Gets the calculated value of the Interval property in a ChartAxis class.
公共属性 IntervalOffset Gets the calculated value of the IntervalOffset property in a ChartAxis class.
公共属性 IntervalOffsetType Gets the calculated value of the IntervalOffsetType property in a ChartAxis class.
公共属性 IntervalType Gets the calculated value of the IntervalType property in a ChartAxis class.
公共属性 LabelInterval Gets the calculated value of the LabelInterval property in a ChartAxis class.
公共属性 LabelIntervalOffset Gets the calculated value of the LabelIntervalOffset property in a ChartAxis class.
公共属性 LabelIntervalOffsetType Gets the calculated value of the LabelIntervalOffsetType property in a ChartAxis class.
公共属性 LabelIntervalType Gets the calculated value of the LabelIntervalType property in a ChartAxis class.
公共属性 LabelsAutoFitDisabled Gets the calculated value of the LabelsAutoFitDisabled property in a ChartAxis class.
公共属性 Location Gets the calculated value of the Location property in a ChartAxis class.
公共属性 LogBase Gets the calculated value of the LogBase property in a ChartAxis class.
公共属性 LogScale Gets the calculated value of the LogScale property in a ChartAxis class.
公共属性 Margin Gets the calculated value of the Margin property in a ChartAxis class.
公共属性 MarksAlwaysAtPlotEdge Gets the calculated value of the MarksAlwaysAtPlotEdge property in a ChartAxis class.
公共属性 MaxFontSize Gets the calculated value of the MaxFontSize property in a ChartAxis class.
公共属性 Maximum Gets the calculated value of the Maximum property in a ChartAxis class.
公共属性 MinFontSize Gets the calculated value of the MinFontSize property in a ChartAxis class.
公共属性 Minimum Gets the calculated value of the Minimum property in a ChartAxis class.
公共属性 OffsetLabels Gets the calculated value of the OffsetLabels property in a ChartAxis class.
公共属性 PreventFontGrow Gets the calculated value of the PreventFontGrow property in a ChartAxis class.
公共属性 PreventFontShrink Gets the calculated value of the PreventFontShrink property in a ChartAxis class.
公共属性 PreventLabelOffset Gets the calculated value of the PreventLabelOffset property in a ChartAxis class.
公共属性 PreventWordWrap Gets the calculated value of the PreventWordWrap property in a ChartAxis class.
公共属性 Reverse Gets the calculated value of the Reverse property in a ChartAxis class.
公共属性 Style Gets the calculated value of the Style property in a ChartAxis class.
公共属性 VariableAutoInterval Gets the calculated value of the VariableAutoInterval property in a ChartAxis class.
公共属性 Visible Gets the calculated value of the Visible property in a ChartAxis class.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
受保护方法 ResetInstanceCache Resets the instance cache. (从 BaseInstance 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。