C# Class ArcGISPortalViewer.Popup.Primitives.Charting.LineChart

Inheritance: BaseChart
Datei anzeigen Open project: Esri/arcgis-portalviewer-dotnet Class Usage Examples

Protected Methods

Method Description
GenerateChart ( ) : void

Generates the line chart.

Private Methods

Method Description
GenerateChartStructure ( Range range ) : void
GenerateDataPoint ( Grid points, double>.KeyValuePair kvp, Range range ) : void
GenerateDataPoints ( double>.IDictionary data, Range dataRange ) : void
GenerateLabel ( double val, Range dataRange ) : void

Method Details

GenerateChart() protected method

Generates the line chart.
protected GenerateChart ( ) : void
return void