MarksAlwaysAtPlotEdge 속성
Gets a value that indicates whether the marks should stay with the edge of the plot area rather than moving with the axis.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public ReadOnly Property MarksAlwaysAtPlotEdge As ReportBoolProperty
Get
‘사용 방법
Dim instance As ChartAxis
Dim value As ReportBoolProperty
value = instance.MarksAlwaysAtPlotEdge
public ReportBoolProperty MarksAlwaysAtPlotEdge { get; }
public:
property ReportBoolProperty^ MarksAlwaysAtPlotEdge {
ReportBoolProperty^ get ();
}
member MarksAlwaysAtPlotEdge : ReportBoolProperty
function get MarksAlwaysAtPlotEdge () : ReportBoolProperty