batteryChart
Description
Use batteryChart to construct a battery chart for visualizing a
        Simscape™
            Battery™ object. 
Note
The BatteryChart object stores an independent copy of the object it
        displays and does not modify any of its properties.
The BatteryChart object displays the battery object according to the
      global coordinate system for batteries:

To enable these labels in your chart, use the
        setDefaultLabels function. For more information about setting labels,
      see Set Labels for BatteryChart Object.
The BatteryChart object also allows you to check the current simulation
      strategy and model resolution of the battery component. To visualize the simulation strategy
      in the chart, set the SimulationStrategyVisible property to
        "on" or click on the "Show/hide simulation strategy" button on
      the top-right corner of the chart.

For example, if you set the ModelResolution property of a
        ParallelAssembly object to "Lumped", the object
      automatically scales the electrical parameters of the cell model blocks by using the
        NumParallelCells property. This figure shows the simulation strategy
      for a lumped parallel assembly:

Only one cell model block represents all the cell components inside the orange box.
If you set the ModelResolution property of a
        ParallelAssembly object to "Grouped", a number
      of cell model blocks equal to the value of the NumParallelCells property
      represents each cell component instead.

Creation
Syntax
Description
chart = batteryChart(Battery)BatteryChart object that visualizes the battery object specified in the
            Battery
          property.
chart = batteryChart(___,Name=Value)
Properties
Examples
Version History
Introduced in R2022b








![Sample of RGB triplet [0 0.4470 0.7410], which appears as dark blue](colororder1.png)
![Sample of RGB triplet [0.8500 0.3250 0.0980], which appears as dark orange](colororder2.png)
![Sample of RGB triplet [0.9290 0.6940 0.1250], which appears as dark yellow](colororder3.png)
![Sample of RGB triplet [0.4940 0.1840 0.5560], which appears as dark purple](colororder4.png)
![Sample of RGB triplet [0.4660 0.6740 0.1880], which appears as medium green](colororder5.png)
![Sample of RGB triplet [0.3010 0.7450 0.9330], which appears as light blue](colororder6.png)
![Sample of RGB triplet [0.6350 0.0780 0.1840], which appears as dark red](colororder7.png)




