Udostępnij przez


Właściwość ChartAxis.CrossAt

Pobiera wartość, dla której innych oś.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property CrossAt As ReportVariantProperty
    Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportVariantProperty

value = instance.CrossAt
public ReportVariantProperty CrossAt { get; }
public:
property ReportVariantProperty^ CrossAt {
    ReportVariantProperty^ get ();
}
member CrossAt : ReportVariantProperty
function get CrossAt () : ReportVariantProperty