API Reference
Class
ExcelDashboardChartOptions
Options for adding a dashboard-ready chart.
Inheritance
- Object
- ExcelDashboardChartOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ExcelSheet.AddDashboardChart
Constructors
public ExcelDashboardChartOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public ExcelDashboardChartPreset Preset { get; set; } #Dashboard chart preset.
public String Range { get; set; } #A1 range containing chart data.
public String TableName { get; set; } #Table name containing chart data.
public Int32 Row { get; set; } #Top-left row for the chart.
public Int32 Column { get; set; } #Top-left column for the chart.
public Nullable<ExcelChartType> ChartType { get; set; } #Optional chart type override.
public String Title { get; set; } #Optional chart title.
public Boolean HasHeaders { get; set; } #Whether the source range has headers.
public Boolean IncludeCachedData { get; set; } #Include cached data in the chart for portability.
public Nullable<Int32> WidthPixels { get; set; } #Optional width override in pixels.
public Nullable<Int32> HeightPixels { get; set; } #Optional height override in pixels.
public Nullable<Int32> StyleId { get; set; } #Optional chart style id override.
public Nullable<Int32> ColorStyleId { get; set; } #Optional chart color style id override.