Jump to content
Software FX Community

Georg.Meyer

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Georg.Meyer

  1. I would like to display a numerical or categorical curve with a high resolution (e.g., with 100 points) and a corresponding data view with a few points (e.g., with 10 points). <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Is it possible to indicate which points from the curve should be displayed in the data view? Is it possible to independently set the points for the chart and for the data view?
  2. How can I format the numerical values in the data view of a chart independently of the corresponding numerical labels of the y-axis? Currently, I use the following code, which changes both the format of the y-axis labels and the format of the data-view values: chart.AxisY.Labels.CustomFormat = "0.00";chart.DataView.Visibility = Visibility.Visible;However, I would like to use the format "0.##" for the y-axis labels and the format "0.00" for the data-view values.
×
×
  • Create New...