共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。