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
275
ultrachart linechart w/no line
posted

Please help. How do I create a chart that has only x axis plots along the bottom that has labels that are string values not numeric?

so the plots should be:

O            O                          O
---------------------------------------------------------------------------
PPW     Reponsible Person     OIM      PTW Admin      Inactivate

with no line. the circles represent if a form has been approved and by which role.

Please advise how to create this ultrachart.

Also I need a right margin so the chart isn't cut off.

 

UltraChart1.Axis.X.TickmarkStyle = AxisTickStyle.DataInterval
UltraChart1.ScatterChart.IconSize = SymbolIconSize.Large
UltraChart1.ScatterChart.Icon = SymbolIcon.Circle
UltraChart1.ChartType = ChartType.ScatterChart
UltraChart1.ScatterChart.ConnectWithLines = False