Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a code that adds series to a chart.
I want to set the Datalabel.Interior.ColorIndex, but for some reason the ClorIndex is not applyed to the DataLabel.. Any suggestion on why? Or how can i do this? My current code includes: With Sheets("Chart").SeriesCollection.NewSeries .Name = Name .XValues = XValue .Values = YValue .MarkerSize = 5 .ApplyDataLabels .DataLabels.Interior.Pattern = xlSolid .DataLabels.Interior.ColorIndex = C .DataLabels.Border.ColorIndex = 1 .DataLabels.Font.Size = 7 .DataLabels.Position = xlCenter .DataLabels.Orientation = 45 .DataLabels.ShowSeriesName = True .DataLabels.ShowValue = False End With (where C is set to a valid value using a Select Case loop.) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Apply different color themes to worksheets withing a workbook | Excel Discussion (Misc queries) | |||
Apply color of one cell to other | Excel Discussion (Misc queries) | |||
How to apply different color on different columns and legends easily? | Charts and Charting in Excel | |||
HOW CAN I APPLY A COLOR TO ENTIRE ROW USING CONDITIONAL FORMATT | Excel Worksheet Functions | |||
How do I apply color in cells ..color now shown only in print prev | Excel Worksheet Functions |