Show / Hide Table of Contents

Class ExcelTreemapChart

Represents a Treemap Chart

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelChart
ExcelChartEx
ExcelTreemapChart
Implements
System.IDisposable
Inherited Members
ExcelChartEx.DeleteTitle()
ExcelChartEx.PlotArea
ExcelChartEx.Axis
ExcelChartEx.Title
ExcelChartEx.Legend
ExcelChartEx.Border
ExcelChartEx.Fill
ExcelChartEx.Effect
ExcelChartEx.ThreeD
ExcelChartEx.Font
ExcelChartEx.TextBody
ExcelChartEx.VaryColors
ExcelChartEx.Style
ExcelChartEx.HasTitle
ExcelChartEx.HasLegend
ExcelChartEx.DisplayBlanksAs
ExcelChartEx.RoundedCorners
ExcelChartEx.ShowDataLabelsOverMaximum
ExcelChartEx.ShowHiddenData
ExcelChart._chartXmlHelper
ExcelChart.StyleManager
ExcelChart.UseSecondaryAxis
ExcelChart.WorkSheet
ExcelChart.ChartXml
ExcelChart.DrawingType
ExcelChart.ChartType
ExcelChart._chartNode
ExcelChart._title
ExcelChart.XAxis
ExcelChart.YAxis
ExcelChart._plotArea
ExcelChart._legend
ExcelChart.PivotTableSource
ExcelChart.IsType3D()
ExcelChart.IsTypeLine()
ExcelChart.IsTypeRadar()
ExcelChart.IsTypeScatter()
ExcelChart.IsTypeBubble()
ExcelChart.IsTypeArea()
ExcelChart.IsTypeSurface()
ExcelChart.HasThirdAxis()
ExcelChart.IsTypeShape()
ExcelChart.IsTypePercentStacked()
ExcelChart.IsTypeStacked()
ExcelChart.IsTypeClustered()
ExcelChart.IsTypePieDoughnut()
ExcelChart.IsTypeDoughnut()
ExcelChart.IsTypePie()
ExcelChart.IsTypeStock()
ExcelChart.Floor
ExcelChart.SideWall
ExcelChart.BackWall
ExcelChart.View3D
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_MM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing.EMU_PER_PICA
ExcelDrawing._doNotAdjust
ExcelDrawing.Name
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.Locked
ExcelDrawing.Print
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.As
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, Int32, Int32, Int32, Int32)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Group(ExcelDrawing[])
ExcelDrawing.UnGroup(Boolean)
ExcelDrawing.ParentGroup
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
ExcelDrawing.CreateShapeNode()
ExcelDrawing.CreateClientData()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelTreemapChart : ExcelChartEx, IDisposable, IPictureContainer, IDrawingStyle, IDrawingStyleBase, IStyleMandatoryProperties, IPictureRelationDocument

Properties

Series

The series for a treemap chart

Declaration
public ExcelChartSeries<ExcelTreemapChartSerie> Series { get; }
Property Value
Type Description
ExcelChartSeries<ExcelTreemapChartSerie>

Implements

System.IDisposable
Back to top Generated by DocFX