OxyPlot.Xamarin.Forms.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>OxyPlot.Xamarin.Forms</name>
  5. </assembly>
  6. <members>
  7. <member name="T:OxyPlot.Xamarin.Forms.ExtensionMethods">
  8. <summary>
  9. Provides extension methods related to OxyPlot and Xamarin.Forms.
  10. </summary>
  11. </member>
  12. <member name="M:OxyPlot.Xamarin.Forms.ExtensionMethods.ToXamarinForms(OxyPlot.OxyColor)">
  13. <summary>
  14. Converts from <see cref="T:OxyColor"/> to <see cref="T:Color"/>.
  15. </summary>
  16. <param name="c">The color to convert.</param>
  17. <returns>The converted color.</returns>
  18. </member>
  19. <member name="M:OxyPlot.Xamarin.Forms.ExtensionMethods.ToOxyColor(Xamarin.Forms.Color)">
  20. <summary>
  21. Converts from <see cref="T:Color"/> to <see cref="T:OxyColor"/>.
  22. </summary>
  23. <param name="c">The color to convert.</param>
  24. <returns>The converted color.</returns>
  25. </member>
  26. <member name="T:OxyPlot.Xamarin.Forms.PlotView">
  27. <summary>
  28. Represents a visual element that displays a <see cref="T:OxyPlot.PlotModel" />.
  29. </summary>
  30. </member>
  31. <member name="F:OxyPlot.Xamarin.Forms.PlotView.ControllerProperty">
  32. <summary>
  33. Identifies the <see cref="P:OxyPlot.Xamarin.Forms.PlotView.Controller" /> bindable property.
  34. </summary>
  35. </member>
  36. <member name="F:OxyPlot.Xamarin.Forms.PlotView.ModelProperty">
  37. <summary>
  38. Identifies the <see cref="P:OxyPlot.Xamarin.Forms.PlotView.Model" /> bindable property.
  39. </summary>
  40. </member>
  41. <member name="M:OxyPlot.Xamarin.Forms.PlotView.#ctor">
  42. <summary>
  43. Initializes a new instance of the <see cref="T:OxyPlot.Xamarin.Forms.PlotView"/> class.
  44. </summary>
  45. <exception cref="T:System.InvalidOperationException">Renderer is not initialized</exception>
  46. </member>
  47. <member name="P:OxyPlot.Xamarin.Forms.PlotView.Model">
  48. <summary>
  49. Gets or sets the <see cref="T:OxyPlot.PlotModel"/> to view.
  50. </summary>
  51. <value>The model.</value>
  52. </member>
  53. <member name="P:OxyPlot.Xamarin.Forms.PlotView.Controller">
  54. <summary>
  55. Gets or sets the <see cref="T:OxyPlot.PlotController"/> for the view.
  56. </summary>
  57. <value>The controller.</value>
  58. </member>
  59. <member name="P:OxyPlot.Xamarin.Forms.PlotView.IsRendererInitialized">
  60. <summary>
  61. Gets or sets a value indicating whether the renderer is "initialized".
  62. </summary>
  63. <value><c>true</c> if the renderer is initialized; otherwise, <c>false</c>.</value>
  64. </member>
  65. </members>
  66. </doc>