Element Details: Zoom+Chart
 Back


Available in: Logi Info Source code name: ZoomChartIntroduced in: v10.2.424

The ZoomChart provides interactivity for line and scatter charts, making it easy for the user to select a portion of the data, thus showing greater detail.

There are two modes for the ZoomChart. Set Location="Bottom" to show a smaller chart below the main chart that allows the user to interactively select a smaller range of data with a resizeable slider.

With Location="None", the user makes zoom selections directly in the main chart.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
Height
UserDefined
The height of the element. For some elements, leave the height blank to automatically size the element to the height of the content.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
Location
None
Bottom
Indicates where the controls or other types of elements appear.
RegionBorderColor
UserDefined
This sets the border color of the region drawn on the chart.
RegionColor
UserDefined
This sets the color of the region drawn on the chart.
RegionTransparency
UserDefined
Indicates a level of transparency of the region drawn on the chart. The lowest value of 0 indicates that the region is opaque, with no transparency. The other end of the scale, 15, indicates a completely transparent region. Use medium-level transparency to allow the chart to show through.
ResetZoomCaption
UserDefined
When the ZoomChart Location="None", and when the user has zoomed the chart, a link appears which enables the user to reset chart to the original scale. ResetZoomCaption sets the text for the link. The default is "Show All".
ResetZoomClass
UserDefined
When the ZoomChart Location="None", and when the user has zoomed the chart, a link appears which enables the user to reset chart to the original scale. ResetZoomClass sets the link's class.



PARENT ELEMENTS

Click element to drill down for more information.

Chart.Scatter Chart.XY


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug