PowerChart.xml
<?xml version="1.0"?>
<doc> <assembly> <name>PowerChart</name> </assembly> <members> <member name="T:PowerChart.Bar.AddBarCommand"> <summary> <para type="synopsis"> Adds bars to the chart. </para> </summary> </member> <member name="P:PowerChart.Bar.AddBarCommand.Chart"> <summary> <para type="description"> Adding to <see cref="T:PowerChart.PowerForm"/>. </para> </summary> </member> <member name="P:PowerChart.Bar.AddBarCommand.XCoordinate"> <summary> X coordinate for a bar on the chart. </summary> </member> <member name="P:PowerChart.Bar.AddBarCommand.YCoordinate"> <summary> Y coordinate for a bar on the chart. </summary> </member> <member name="P:PowerChart.Bar.AddBarCommand.InputObject"> <summary> <see cref="T:System.Management.Automation.PSObject"/> whose properties are used for charting. </summary> </member> <member name="P:PowerChart.Bar.AddBarCommand.XProperty"> <summary> <see cref="P:PowerChart.Bar.AddBarCommand.InputObject"/> property to use as an x coordinate for a bar on the chart. </summary> </member> <member name="P:PowerChart.Bar.AddBarCommand.YProperty"> <summary> <see cref="P:PowerChart.Bar.AddBarCommand.InputObject"/> property to use as an y coordinate for a bar on the chart. </summary> </member> <member name="P:PowerChart.Bar.AddBarCommand.Color"> <summary> <para type="description"><see cref="P:PowerChart.Bar.AddBarCommand.Color"/> to draw with.</para> </summary> </member> <member name="P:PowerChart.Bar.AddBarCommand.Size"> <summary> <para type="description">Set the size of the <see cref="P:System.Drawing.Pen.Width"/>.</para> </summary> </member> <member name="M:PowerChart.Bar.AddBarCommand.BeginProcessing"> <inheritdoc/> </member> <member name="M:PowerChart.Bar.AddBarCommand.ProcessRecord"> <inheritdoc/> </member> <member name="T:PowerChart.Line.AddLineCommand"> <summary> <para type="synopsis"> Adds lines to the chart. </para> </summary> </member> <member name="P:PowerChart.Line.AddLineCommand.Chart"> <summary> <para type="description"> Adding to <see cref="T:PowerChart.PowerForm"/>. </para> </summary> </member> <member name="P:PowerChart.Line.AddLineCommand.XCoordinate"> <summary> X coordinate for the next point on the chart. </summary> </member> <member name="P:PowerChart.Line.AddLineCommand.YCoordinate"> <summary> Y coordinate for the next point on the chart. </summary> </member> <member name="P:PowerChart.Line.AddLineCommand.InputObject"> <summary> <see cref="T:System.Management.Automation.PSObject"/> whose properties are used for charting. </summary> </member> <member name="P:PowerChart.Line.AddLineCommand.XProperty"> <summary> <see cref="P:PowerChart.Line.AddLineCommand.InputObject"/> property to use as an x coordinate for the next point on the chart. </summary> </member> <member name="P:PowerChart.Line.AddLineCommand.YProperty"> <summary> <see cref="P:PowerChart.Line.AddLineCommand.InputObject"/> property to use as an y coordinate for the next point on the chart. </summary> </member> <member name="P:PowerChart.Line.AddLineCommand.Color"> <summary> <para type="description"><see cref="P:PowerChart.Line.AddLineCommand.Color"/> to draw with.</para> </summary> </member> <member name="P:PowerChart.Line.AddLineCommand.Size"> <summary> <para type="description">Set the size of the <see cref="P:System.Drawing.Pen.Width"/>.</para> </summary> </member> <member name="M:PowerChart.Line.AddLineCommand.BeginProcessing"> <inheritdoc/> </member> <member name="M:PowerChart.Line.AddLineCommand.ProcessRecord"> <inheritdoc/> </member> <member name="T:PowerChart.NewChartCommand"> <summary> <para type="synopsis"> Creates a chart. </para> </summary> </member> <member name="M:PowerChart.NewChartCommand.ProcessRecord"> <inheritdoc/> </member> <member name="T:PowerChart.PenConverter"> <summary> For converting a <see cref="T:System.String"/> to a <see cref="T:System.Drawing.Pen"/>. </summary> </member> <member name="M:PowerChart.PenConverter.CanConvertFrom(System.Object,System.Type)"> <inheritdoc/> </member> <member name="M:PowerChart.PenConverter.CanConvertTo(System.Object,System.Type)"> <inheritdoc/> </member> <member name="M:PowerChart.PenConverter.ConvertFrom(System.Object,System.Type,System.IFormatProvider,System.Boolean)"> <inheritdoc/> </member> <member name="M:PowerChart.PenConverter.ConvertTo(System.Object,System.Type,System.IFormatProvider,System.Boolean)"> <inheritdoc/> </member> <member name="T:PowerChart.PowerForm"> <summary> Form to hold the Chart. </summary> </member> <member name="P:PowerChart.PowerForm.Dialog"> <summary> Reference to the <see cref="T:System.Threading.Thread"/> that the dialog box is running on. </summary> </member> <member name="P:PowerChart.PowerForm.Title"> <summary> Title of the Chart. </summary> </member> <member name="P:PowerChart.PowerForm.XAxisLabel"> <summary> Label for x-axis. </summary> </member> <member name="P:PowerChart.PowerForm.YAxisLabel"> <summary> Label for y-axis. </summary> </member> <member name="P:PowerChart.PowerForm.AxisColor"> <summary> The <see cref="T:System.Drawing.Color"/> of the axis lines. </summary> </member> <member name="P:PowerChart.PowerForm.DataYMin"> <summary> The minimum Y value from all data points. </summary> </member> <member name="P:PowerChart.PowerForm.DataYMax"> <summary> The maximum Y value from all data points. </summary> </member> <member name="P:PowerChart.PowerForm.YMin"> <summary> Optionally specify an override for <see cref="P:PowerChart.PowerForm.DataYMin"/>. </summary> <remarks> Remove override by setting to <see cref="F:System.Int32.MinValue"/>. </remarks> </member> <member name="P:PowerChart.PowerForm.YMax"> <summary> Optionally specify an override for <see cref="P:PowerChart.PowerForm.DataYMax"/>. </summary> <remarks> Remove override by setting to <see cref="F:System.Int32.MaxValue"/>. </remarks> </member> <member name="M:PowerChart.PowerForm.#ctor"> <summary> Constructor. </summary> </member> <member name="F:PowerChart.PowerForm.components"> <summary> Required designer variable. </summary> </member> <member name="M:PowerChart.PowerForm.Dispose(System.Boolean)"> <summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> </member> <member name="M:PowerChart.PowerForm.InitializeComponent"> <summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary> </member> <member name="T:PowerChart.AddScatterCommand"> <summary> <para type="synopsis"> Adds scatter points to the chart. </para> </summary> </member> <member name="P:PowerChart.AddScatterCommand.Chart"> <summary> <para type="description"> Adding to <see cref="T:PowerChart.PowerForm"/>. </para> </summary> </member> <member name="P:PowerChart.AddScatterCommand.XCoordinate"> <summary> X coordinate for a point on the chart. </summary> </member> <member name="P:PowerChart.AddScatterCommand.YCoordinate"> <summary> Y coordinate for a point on the chart. </summary> </member> <member name="P:PowerChart.AddScatterCommand.InputObject"> <summary> <see cref="T:System.Management.Automation.PSObject"/> whose properties are used for charting. </summary> </member> <member name="P:PowerChart.AddScatterCommand.XProperty"> <summary> <see cref="P:PowerChart.AddScatterCommand.InputObject"/> property to use as an x coordinate for a point on the chart. </summary> </member> <member name="P:PowerChart.AddScatterCommand.YProperty"> <summary> <see cref="P:PowerChart.AddScatterCommand.InputObject"/> property to use as an y coordinate for a point on the chart. </summary> </member> <member name="P:PowerChart.AddScatterCommand.Color"> <summary> <para type="description"><see cref="P:PowerChart.AddScatterCommand.Color"/> to draw with.</para> </summary> </member> <member name="P:PowerChart.AddScatterCommand.Size"> <summary> <para type="description">Set the size of the <see cref="P:System.Drawing.Pen.Width"/>.</para> </summary> </member> <member name="M:PowerChart.AddScatterCommand.BeginProcessing"> <inheritdoc/> </member> <member name="M:PowerChart.AddScatterCommand.ProcessRecord"> <inheritdoc/> </member> <member name="T:PowerChart.ShowChartCommand"> <summary> <para type="synopsis"> Displays the chart. </para> </summary> </member> <member name="P:PowerChart.ShowChartCommand.Chart"> <summary> <para type="description"> <see cref="T:PowerChart.PowerForm"/> to display. </para> </summary> </member> <member name="M:PowerChart.ShowChartCommand.ProcessRecord"> <inheritdoc/> </member> </members> </doc> |