Table of Contents

Interface ISupportWireframe

Namespace
SlapKit.Excel.Excel.Charts.ChartShapeFeatures
Assembly
SlapKit.Excel.dll
public interface ISupportWireframe
Extension Methods

Properties

Wireframe

Gets or sets whether to represent the chart as wireframe. In a 3D Surface Chart, the term 'Wireframe' refers to a network of interconnected lines, or 'wires', that together create a skeletal frame. This wireframe structure extends along the three axes of the chart – the X-axis, Y-axis, and Z-axis – providing a clear, grid-like representation of the chart's three-dimensional surface.

bool Wireframe { get; set; }

Property Value

bool