ChartAxis.SyncMaximum Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the synchronization for the ChartAxis is at maximum.
public:
property bool SyncMaximum { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public bool SyncMaximum { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.SyncMaximum : bool with get, set
Public Property SyncMaximum As Boolean
Property Value
True
if the synchronization for the ChartAxis is at maximum; otherwise, false
.
- Attributes