Partager via


Propriété ChartAxis.SyncMinimum

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets whether the synchronization for the ChartAxis is at minimum.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property SyncMinimum As Boolean 
    Get 
    Set
'Utilisation
Dim instance As ChartAxis 
Dim value As Boolean 

value = instance.SyncMinimum

instance.SyncMinimum = value
public bool SyncMinimum { get; set; }
public:
property bool SyncMinimum {
    bool get ();
    void set (bool value);
}
member SyncMinimum : bool with get, set
function get SyncMinimum () : boolean 
function set SyncMinimum (value : boolean)

Valeur de propriété

Type : System.Boolean
True if the synchronization for the ChartAxis is at minimum; otherwise, false.

Voir aussi

Référence

ChartAxis Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel