ChartSmartLabel 类

Defines the behavior of smart labels.

继承层次结构

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartSmartLabel

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

语法

声明
Public NotInheritable Class ChartSmartLabel
用法
Dim instance As ChartSmartLabel
public sealed class ChartSmartLabel
public ref class ChartSmartLabel sealed
[<SealedAttribute>]
type ChartSmartLabel =  class end
public final class ChartSmartLabel

ChartSmartLabel 类型公开以下成员。

属性

  名称 说明
公共属性 AllowOutSidePlotArea Gets an expression that evaluates to a value that indicates whether data point labels can be drawn outside of the plot area.
公共属性 CalloutBackColor Gets an expression that evaluates to the fill color of the box around the point label text when the CalloutStyle is Box().
公共属性 CalloutLineAnchor Gets an expression that evaluates to the shape that should be drawn on the point end of the callout line.
公共属性 CalloutLineColor Gets an expression that evaluates to the color of the callout line.
公共属性 CalloutLineStyle Gets an expression that evaluates to the style of the callout line.
公共属性 CalloutLineWidth Gets an expression that evaluates to the width of the callout line.
公共属性 CalloutStyle Gets an expression that evaluates to the style to use when drawing the callout lines.
公共属性 Disabled Gets an expression that evaluates to a value that indicates smart labels should be turned off.
公共属性 Instance Gets the report instance object that contains the calculated values of this report definition object.
公共属性 MarkerOverlapping Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers.
公共属性 MaxMovingDistance Gets an expression that evaluates to the maximum distance from the data point that data point labels are allowed to be moved in case of overlapping.
公共属性 MinMovingDistance Gets an expression that evaluates to the minimum distance from the data point that data point labels will be moved in case of overlapping.
公共属性 NoMoveDirections Gets the directions the smart label must not move.
公共属性 ShowOverlapped Gets an expression that evaluates to a value that indicates whether labels should be displayed even when overlapping issues cannot be resolved.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

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