XlsChart IsSecondaryAxes Property |
Note: This API is now obsolete.
Namespace: Spire.Xls.Core.Spreadsheet.Charts
[ObsoleteAttribute("get and set are not implemented")] public bool IsSecondaryAxes { get; set; }
<ObsoleteAttribute("get and set are not implemented")> Public Property IsSecondaryAxes As Boolean Get Set
public: [ObsoleteAttribute(L"get and set are not implemented")] property bool IsSecondaryAxes { bool get (); void set (bool value); }
[<ObsoleteAttribute("get and set are not implemented")>] member IsSecondaryAxes : bool with get, set