API Reference
Class
ExcelVisualChart
Positioned worksheet chart metadata in an Excel range snapshot.
Inheritance
- Object
- ExcelVisualChart
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelRangeVisualSnapshot.Charts
- Property ExcelVisualDrawingLayer.Chart
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public ExcelChartSnapshot Snapshot { get; } #Chart snapshot.
public Int32 Order { get; } #Zero-based source drawing layer order.
public Double X { get; } #X position in CSS pixels.
public Double Y { get; } #Y position in CSS pixels.
public Double Width { get; } #Chart width in CSS pixels.
public Double Height { get; } #Chart height in CSS pixels.