Spread ASP.NET 6.0 Product Documentation
GetActiveChart
Send Feedback
Spread ASP.NET 6.0 Product Documentation > Client-Side Scripting Reference > Scripting Members > Methods > GetActiveChart

Glossary Item Box

Gets the active chart element.

Syntax

[JavaScript]

FpSpread1.GetActiveChart();

Parameters

None

Return Type

Element, chart image

Remarks

This method gets the active chart.

Example

This is a sample that contains the method. On the client side, the script that contains the method would look like this:

JavaScript Copy Code
<SCRIPT>
  function moveSelection() { 
    var ret = FpSpread1.GetActiveChart(); 
  } 
</SCRIPT>

See Also

SetActiveChart | Scripting Members

© 2002-2012 GrapeCity, Inc. All Rights Reserved.