Condividi tramite


Proprietà ChartAxisInstance.MarksAlwaysAtPlotEdge

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MarksAlwaysAtPlotEdge As Boolean 
    Get
'Utilizzo
Dim instance As ChartAxisInstance 
Dim value As Boolean 

value = instance.MarksAlwaysAtPlotEdge
public bool MarksAlwaysAtPlotEdge { get; }
public:
property bool MarksAlwaysAtPlotEdge {
    bool get ();
}
member MarksAlwaysAtPlotEdge : bool
function get MarksAlwaysAtPlotEdge () : boolean

Valore proprietà

Tipo: System.Boolean
A Boolean value that represents the calculated value of the MarksAlwaysAtPlotEdge property.

Vedere anche

Riferimento

ChartAxisInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering