ChartMarker.Size Property
Gets an expression that evaluates to the height and width of the plotting area of marker(s).
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Size As ReportSizeProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace