ChartAxis 类

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

继承层次结构

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Class ChartAxis _
    Inherits ReportObject _
    Implements INamedObject
用法
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

ChartAxis 类型公开以下成员。

构造函数

  名称 说明
公共方法 ChartAxis Creates a new instance of the ChartAxis class.

页首

属性

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

页首

方法

  名称 说明
公共方法 DeepClone Returns a deep clone of this ReportObject instance. (从 ReportObject 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetContainingDataScopes 基础结构。Returns the list of report object that contains data scopes. (从 ReportObject 继承。)
受保护方法 GetDataScopesForDefaultImpl 基础结构。Returns the data scopes for default implementation. (从 ReportObject 继承。)
受保护方法 GetDependenciesCore 基础结构。Returns the dependencies core for the ReportObject object. (从 ReportObject 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 Initialize Initializes an instance of the ChartAxis class. (覆盖 ReportObject.Initialize()。)
受保护方法 InitializeForDesigner 基础结构。Initializes the report object for designer. (从 ReportObject 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
受保护方法 OnChildPropertyChanged 基础结构。Raises an event when the property of the child was changed. (从 ReportObject 继承。)
受保护方法 OnPropertyChanged 基础结构。Raises an event when the property was changed. (从 ReportObject 继承。)
受保护方法 RdlSemanticEqualsCore 基础结构。Returns whether the report definition language semantic is the same with the core object. (从 ReportObject 继承。)
受保护方法 SavePropertyValue<T> 基础结构。Saves the property value of the report object. (从 ReportObject 继承。)
公共方法 ToString (从 Object 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IDisposable.Dispose 基础结构。Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (从 ReportObject 继承。)
显式接口实现私有事件 IComponent.Disposed 基础结构。Occurs when the ReportObject object is disposed. (从 ReportObject 继承。)

页首

线程安全

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

请参阅

参考

Microsoft.ReportingServices.RdlObjectModel 命名空间