'Declaration Public Overridable Property ZIndex As Integer
'Usage Dim instance As SpreadChart Dim value As Integer instance.ZIndex = value value = instance.ZIndex
public virtual int ZIndex {get; set;}
'Declaration Public Overridable Property ZIndex As Integer
'Usage Dim instance As SpreadChart Dim value As Integer instance.ZIndex = value value = instance.ZIndex
public virtual int ZIndex {get; set;}
FpSpread1.Sheets[0].AddChart(0, 0, typeof(FarPoint.Web.Chart.BarSeries), 300, 300, 0, 0, FarPoint.Web.Chart.ChartViewType.View2D, true); FarPoint.Web.Spread.Chart.SpreadChart chart = FpSpread1.Sheets[0].Charts[0]; chart.Formula = " Sheet1!$A$1:$D$7"; chart.ZIndex = 3;
FpSpread1.Sheets(0).AddChart(0, 0, GetType(FarPoint.Web.Chart.BarSeries), 300, 300, 0, 0, FarPoint.Web.Chart.ChartViewType.View2D, True) Dim chart As FarPoint.Web.Spread.Chart.SpreadChart chart = FpSpread1.Sheets(0).Charts(0) chart.Formula = " Sheet1!$A$1:$D$7" chart.ZIndex = 3