Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
UltraChart x-axis labels
posted

I can't get my chart to display the x-axis labels. Whats wrong?

 

 

chartGwData.Axis.X.Labels.SeriesLabels.Orientation = TextOrientation.Horizontal;

chartGwData.Axis.X.Labels.SeriesLabels.Layout.Behavior = AxisLabelLayoutBehaviors.None;

chartGwData.Axis.X.Labels.Layout.Behavior = AxisLabelLayoutBehaviors.None;

chartGwData.Axis.X.RangeType = AxisRangeType.Automatic;

chartGwData.Axis.X.TickmarkStyle = AxisTickStyle.Smart;

chartGwData.Axis.X.TickmarkInterval = 7;

chartGwData.Axis.Y.TickmarkIntervalType = AxisIntervalType.Days;

chartGwData.Axis.X.RangeMax = maxXRange.Ticks;

chartGwData.Axis.X.RangeMin = minXRange.Ticks;

chartGwData.Axis.X.Labels.SeriesLabels.Format = DateTime;

chartGwData.Axis.X.Labels.SeriesLabels.Visible = true;