Gets the appearance of an Axis.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Line AxisLine { get; }
Public ReadOnly Property AxisLine As Line
Get
public:
property Line^ AxisLine {
Line^ get ();
}
member AxisLine : Line with get
Property Value
Type:
Line
See Also