ChartAxis.SyncMinimum Property
This API supports the infrastructure and is not intended to be used directly from your code.
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