Freigeben über


ChartAxisInstance.CrossAt-Eigenschaft

Gets the calculated value of the CrossAt property in a ChartAxis class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property CrossAt As Object 
    Get
'Usage
Dim instance As ChartAxisInstance 
Dim value As Object 

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

Eigenschaftswert

Typ: System.Object
An object that represents the calculated value of the CrossAt property.

Siehe auch

Verweis

ChartAxisInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace