ChartAxis.SyncMaximum 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 maximum.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property SyncMaximum As Boolean
Get
Set
'Usage
Dim instance As ChartAxis
Dim value As Boolean
value = instance.SyncMaximum
instance.SyncMaximum = value
public bool SyncMaximum { get; set; }
public:
property bool SyncMaximum {
bool get ();
void set (bool value);
}
member SyncMaximum : bool with get, set
function get SyncMaximum () : boolean
function set SyncMaximum (value : boolean)
Property Value
Type: System.Boolean
True if the synchronization for the ChartAxis is at maximum; otherwise, false.