Skip to content

Commit

Permalink
Added PlotBy to fix the Computer Stats charts in Excel report.
Browse files Browse the repository at this point in the history
  • Loading branch information
prashant3535 committed Sep 11, 2018
1 parent c46f2d4 commit b79ee76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ADRecon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3387,6 +3387,8 @@ Function Get-ADRExcelChart
Remove-Variable start
}
$chart.SetSourceData($ChartData)
# https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.excel.chartclass.plotby?redirectedfrom=MSDN&view=excel-pia#Microsoft_Office_Interop_Excel_ChartClass_PlotBy
$chart.PlotBy = [Microsoft.Office.Interop.Excel.XlRowCol]::xlColumns
$chart.seriesCollection(1).Select() | Out-Null
$chart.SeriesCollection(1).ApplyDataLabels() | out-Null
# modify the chart title
Expand Down

0 comments on commit b79ee76

Please sign in to comment.