Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <CategoryAttribute("General")> <DescriptionAttribute("The zooming factor applied to the chart camera in percents.")> <DefaultValueAttribute(100)> Public Property Zoom As Single
'Usage Dim instance As View Dim value As Single instance.Zoom = value value = instance.Zoom
[Category("General")] [Description("The zooming factor applied to the chart camera in percents.")] [DefaultValue(100)] public float Zoom {get; set;}
Dim chartView As View = (CType(ChartControl.Charts(0), Chart)).View chartView.Zoom = 200 ' zoom the chart twice
View chartView = ((NChart)NChartControl.Charts[0]).View; chartView.Zoom = 200; // zoom the chart twice
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
View Class View Members