dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Interfaces

IChartMediaInfo Interface

Interface for types BarChartMediaInfo, ColumnChartMediaInfo, LineChartMediaInfo, PieChartMediaInfo

public interface IChartMediaInfo :
dymaptic.GeoBlazor.Core.Interfaces.IMapComponent

Derived
BarChartMediaInfo
ColumnChartMediaInfo
LineChartMediaInfo
PieChartMediaInfo

Implements IMapComponent

Properties

IChartMediaInfo.Value Property

Defines the chart value.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Components.ChartMediaInfoValue? Value { get; set; }

Property Value

ChartMediaInfoValue

Methods

IChartMediaInfo.GetValue() Method

Asynchronously retrieve the current value of the Value property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.ChartMediaInfoValue?> GetValue();

Returns

System.Threading.Tasks.Task<ChartMediaInfoValue>

IChartMediaInfo.SetValue(ChartMediaInfoValue) Method

Asynchronously set the value of the Value property after render.

System.Threading.Tasks.Task SetValue(dymaptic.GeoBlazor.Core.Components.ChartMediaInfoValue? value);

Parameters

value ChartMediaInfoValue

Returns

System.Threading.Tasks.Task