Group: Forum Members
Last Active: 6 Months Ago
Posts: 60,
Visits: 157
|
I'm converting a project that uses Nevron Chart v3.1 to Nevron .NET Chart 2016.1. Can somebody please tell me the properties, methods, or events in Nevron .NET Vision 2016.1 that correspond to the following items in Nevron Chart v3.1?
Nevron.NChart.NChart.BeforePaint Nevron.NChart.NChart.AfterPaint
Nevron.NChart.WinForm.NChartControl.Settings.RenderDevice
Nevron.NChart.NAxis.DimensionScale.AutoLabels Nevron.NChart.NAxisScaleDimension.AutoLabels
Nevron.NChart.NChart.PredefinedChartStyle NOTE: Nevron.Chart.NChart.SetPredefinedChartStyle can be used to set the value, but how can you get the current value? Example: Dim chart As Nevron.NChart.NChart Dim desiredPredefinedChartStyle As Nevron.NChart.PredefinedChartStyle '... If (chart.PredefinedChartStyle <> desiredPredefinedChartStyle) Then chart.PredefinedChartStyle = desiredPredefinedChartStyle ' Run additional code here that is required when chart.PredefinedChartStyle is set to a new value. End If
Nevron.NChart.NAxis.TitleText.Offset Nevron.NChart.NAxis.TitleText.HorzAlign Nevron.NChart.NAxis.TitleText.VertAlign
Nevron.NChart.NSeries.DataLabels.DrawEvery
Nevron.NChart.NChartWall.FillEffect.Emissive
Thank you for any help!
|