ChartMarker.Size 属性
Gets an expression that evaluates to the height and width of the plotting area of marker(s).
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Size As ReportSizeProperty
Get
用法
Dim instance As ChartMarker
Dim value As ReportSizeProperty
value = instance.Size
public ReportSizeProperty Size { get; }
public:
property ReportSizeProperty^ Size {
ReportSizeProperty^ get ();
}
member Size : ReportSizeProperty
function get Size () : ReportSizeProperty