RangeSyncSourceOnZoomExtents Property (AxisBaseViewModel)
Gets or sets a value indicating whether this axis's final VisibleRange should be published to peers in its RangeSyncGroupId after a ZoomExtents operation completes. When false (default), ZoomExtents ranges are not propagated through the sync group, so each chart computes its own extents independently. When true, this axis acts as the authoritative source for its group after ZoomExtents, transformed via RangeSyncTransform if set.
Syntax
public bool RangeSyncSourceOnZoomExtents {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also