Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Get brush color dynamically
posted

for column series how to get brush color dynamically based on it value set

<igx-column-series
                                        [brush]="getbrush($event.args)" outline="transparent"
                                        isTransitionInEnabled="true"
                                        transitionInMode="SweepFromBottom"
                                        transitionInDuration="400"
                                            [dataSource]="data.data" valueMemberPath="currentvalue" [xAxis]="xAxis"
                                            [yAxis]="yAxis" title="Total Revenue of Franchise"
                                            showDefaultTooltip="false" isTransitionedInEnabled="true"
                                            isHighlightingEnabled="true">
                                        </igx-column-series>