Share via


ChartAxis.SyncMinimum Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property SyncMinimum As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

ChartAxis Class

Microsoft.ReportingServices.RdlObjectModel Namespace