Intersoft WebGrid Documentation
AlternativeChartEngine Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > WebGridChartEventArgs Class : AlternativeChartEngine Property






Gets or sets the alternative chart engine that will be used to replace built-in chart engine.

Syntax

Visual Basic (Declaration) 
Public Property AlternativeChartEngine As IChartEngine
Visual Basic (Usage)Copy Code
Dim instance As WebGridChartEventArgs
Dim value As IChartEngine
 
instance.AlternativeChartEngine = value
 
value = instance.AlternativeChartEngine
C# 
public IChartEngine AlternativeChartEngine {get; set;}
Delphi 
public read-write property AlternativeChartEngine: IChartEngine; 
JScript 
public function get,set AlternativeChartEngine : IChartEngine
Managed Extensions for C++ 
public: __property IChartEngine* get_AlternativeChartEngine();
public: __property void set_AlternativeChartEngine( 
   IChartEngine* value
);
C++/CLI 
public:
property IChartEngine^ AlternativeChartEngine {
   IChartEngine^ get();
   void set (    IChartEngine^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.